summaryrefslogtreecommitdiff
path: root/astro/saoimage/Makefile
blob: 0c9337727aa05b88659de91b7c69b18232847d24 (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
# New ports collection makefile for:	saoimage
# Version required:	1.26.10
# Date created:		21 Feb 1998
# Whom:			giffunip@asme.org
#
# $FreeBSD$
#

DISTNAME=       saoimage-1.26.10
CATEGORIES=	astro
MASTER_SITES=	ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/

MAINTAINER=	ports@FreeBSD.org

MAKEFILE=	makefile
ALL_TARGET=	${OPSYS}
USE_X_PREFIX=	yes
MAN1=		saoimage.1

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>