1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/astro/saoimage/Makefile
Steve Price 9efe031457 Pedro no longer wished to maintain this port.
PR:		16911
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
2000-02-26 19:42:59 +00:00

28 lines
550 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= FreeBSD
INSTALL_TARGET= -f makefile.$(ALL_TARGET) install_saobin install_saoman
MANL= saoimage.l
USE_X_PREFIX= yes
pre-build:
@(cd ${WRKSRC}/btnlib; ${MAKE})
post-install:
strip $(PREFIX)/bin/saoimage
.include <bsd.port.mk>