mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ceba211283
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
30 lines
678 B
Makefile
30 lines
678 B
Makefile
# New ports collection makefile for: saoimage
|
|
# Version required: 1.22
|
|
# Date created: 21 Feb 1998
|
|
# Whom: giffunip@asme.org
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/07/24 12:22:47 scrappy Exp $
|
|
#
|
|
|
|
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}; ${MAKE} ${MAKEFILE} clean )
|
|
post-install:
|
|
strip $(PREFIX)/bin/saoimage
|
|
|
|
.include <bsd.port.mk>
|