1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/astro/saoimage/Makefile
Matthew Hunt 90dca13aaa Import of saoimage, a viewer for FITS files (which are used in
professional astronomy).
PR:		5805
Submitted by:	giffunip@asme.org
1998-04-17 21:27:32 +00:00

30 lines
621 B
Makefile

# New ports collection makefile for: saoimage
# Version required: 1.22
# Date created: 21 Feb 1998
# Whom: giffunip@asme.org
#
# $Id$
#
DISTNAME= saoimage-1.22
CATEGORIES= astro
MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/
MAINTAINER= giffunip@asme.org
MAKEFILE= makefile
ALL_TARGET= FreeBSD
INSTALL_TARGET= -f makefile.$(ALL_TARGET) install_saobin install_saoman
MANL= saoimage.l
USE_X11= 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>