1998-04-17 21:27:32 +00:00
|
|
|
# New ports collection makefile for: saoimage
|
|
|
|
# Version required: 1.22
|
|
|
|
# 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
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= saoimage-1.22
|
|
|
|
CATEGORIES= astro
|
1998-09-26 23:29:02 +00:00
|
|
|
MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/Old/
|
1998-04-17 21:27:32 +00:00
|
|
|
|
|
|
|
MAINTAINER= giffunip@asme.org
|
|
|
|
|
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= FreeBSD
|
|
|
|
INSTALL_TARGET= -f makefile.$(ALL_TARGET) install_saobin install_saoman
|
|
|
|
|
|
|
|
MANL= saoimage.l
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-04-17 21:27:32 +00:00
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
$(CP) $(WRKSRC)/makefile.sun $(WRKSRC)/makefile.$(ALL_TARGET)
|
|
|
|
pre-build:
|
1998-09-26 23:29:02 +00:00
|
|
|
@(cd ${WRKSRC}/btnlib; ${MAKE})
|
1998-04-17 21:27:32 +00:00
|
|
|
post-install:
|
|
|
|
strip $(PREFIX)/bin/saoimage
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|