blob: b54a93d93d70c618bf0b086b3b1c546bcdfca774 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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= 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-build:
@(cd ${WRKSRC}/btnlib; ${MAKE})
post-install:
strip $(PREFIX)/bin/saoimage
.include <bsd.port.mk>
|