aboutsummaryrefslogtreecommitdiffstats
path: root/astro/saoimage/Makefile
blob: f289be22a79a3966cfa14a9516a5d2766a83eb90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Pedro Giffuni <giffunip@asme.org>
# $FreeBSD$

PORTNAME=   saoimage
PORTVERSION=    1.35.1
PORTREVISION=   2
CATEGORIES= astro
MASTER_SITES=   http://tdc-www.harvard.edu/software/saoimage/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Smithsonian Astrophysical Observatory image utility for X

NO_STAGE=   yes
MAKEFILE=   makefile
MAKE_ENV=   OFLAGS="${CFLAGS}"
ALL_TARGET= ${OPSYS}
USE_XORG=   x11

MAN1=       saoimage.1

PLIST_FILES=    bin/saoimage etc/imtoolrc.sample

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/saoimage ${PREFIX}/bin
    ${INSTALL_DATA} ${WRKSRC}/imtoolrc ${PREFIX}/etc/imtoolrc.sample
    ${INSTALL_MAN} ${WRKSRC}/doc/saoimage.man ${PREFIX}/man/man1/saoimage.1

.include <bsd.port.mk>