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