12f3a683be
ndwinit.o wndwmaus.o prntcurs.o prntcent.o fitsio.o imio.o wcs.o worldpos.o platepos.o wcscon.o slasubs.o iraf2fits.o hget.o hput.o -o saoimage -lm btnlib/libbtn.a -L/usr/X11R6/lib -lX11 cc: btnlib/libbtn.a: No such file or directory *** Error code 1
31 lines
695 B
Makefile
31 lines
695 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.3 1998/08/05 09:30:41 asami 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
|
|
|
|
BROKEN_ELF= build
|
|
|
|
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>
|