mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
f060b61ab5
PR: 15559 Submitted by: Alexander Langer <alex@big.endian.de>
28 lines
550 B
Makefile
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= 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>
|