mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9efe031457
PR: 16911 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
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= 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>
|