2007-06-29 07:54:39 +02:00
|
|
|
# New ports collection makefile for: SAOimage
|
|
|
|
# Date created: 21 Feb 1998
|
|
|
|
# Whom: Pedro Giffuni <giffunip@asme.org>
|
1998-04-17 23:27:32 +02:00
|
|
|
#
|
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
|
2003-12-07 15:41:17 +01:00
|
|
|
PORTVERSION= 1.35.1
|
2008-03-13 18:34:54 +01:00
|
|
|
PORTREVISION= 2
|
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
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Smithsonian Astrophysical Observatory image utility for X
|
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}
|
2008-03-13 18:34:54 +01:00
|
|
|
USE_XORG= x11
|
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
|
|
|
|
2004-07-27 10:18:59 +02:00
|
|
|
PLIST_FILES= bin/saoimage etc/imtoolrc.sample
|
|
|
|
|
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>
|