1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/astro/saoimage/Makefile
Chris D. Faulhaber f48ae2b09c Support CC/CFLAGS/X11BASE properly
Support install macros
Install sample configuration file

PR:		17048
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 03:23:17 +00:00

26 lines
594 B
Makefile

# 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>