freebsd-ports/astro/saoimage/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

27 lines
604 B
Makefile

# New ports collection makefile for: saoimage
# Date created: 21 Feb 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
PORTNAME= saoimage
PORTVERSION= 1.31.1
CATEGORIES= astro
MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
MAKEFILE= makefile
MAKE_ENV= OFLAGS="${CFLAGS}"
ALL_TARGET= ${OPSYS}
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>