1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/astro/saoimage/Makefile
David E. O'Brien 4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +00:00

30 lines
622 B
Makefile

# New ports collection makefile for: saoimage
# Version required: 1.22
# Date created: 21 Feb 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
DISTNAME= saoimage-1.22
CATEGORIES= astro
MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/Old/
MAINTAINER= giffunip@asme.org
MAKEFILE= makefile
ALL_TARGET= FreeBSD
INSTALL_TARGET= -f makefile.$(ALL_TARGET) install_saobin install_saoman
MANL= saoimage.l
USE_X_PREFIX= yes
pre-patch:
$(CP) $(WRKSRC)/makefile.sun $(WRKSRC)/makefile.$(ALL_TARGET)
pre-build:
@(cd ${WRKSRC}/btnlib; ${MAKE})
post-install:
strip $(PREFIX)/bin/saoimage
.include <bsd.port.mk>