1998-04-17 21:27:32 +00:00
|
|
|
# New ports collection makefile for: saoimage
|
|
|
|
# Date created: 21 Feb 1998
|
|
|
|
# Whom: giffunip@asme.org
|
|
|
|
#
|
1999-08-25 04:22:48 +00:00
|
|
|
# $FreeBSD$
|
1998-04-17 21:27:32 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= saoimage
|
2001-03-31 15:42:03 +00:00
|
|
|
PORTVERSION= 1.29.3
|
1998-04-17 21:27:32 +00:00
|
|
|
CATEGORIES= astro
|
2002-01-10 14:53:19 +00:00
|
|
|
MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/
|
1998-04-17 21:27:32 +00:00
|
|
|
|
2000-02-26 19:42:59 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-04-17 21:27:32 +00:00
|
|
|
|
2000-04-29 23:42:21 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-04-17 21:27:32 +00:00
|
|
|
MAKEFILE= makefile
|
2000-04-29 23:42:21 +00:00
|
|
|
MAKE_ENV= OFLAGS="${CFLAGS}"
|
2000-02-29 03:23:17 +00:00
|
|
|
ALL_TARGET= ${OPSYS}
|
2000-04-29 23:42:21 +00:00
|
|
|
|
2000-02-29 03:23:17 +00:00
|
|
|
MAN1= saoimage.1
|
1998-04-17 21:27:32 +00:00
|
|
|
|
2000-02-29 03:23:17 +00:00
|
|
|
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
|
1998-04-17 21:27:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|