# New ports collection makefile for:	saoimage
# Version required:	1.26.10
# Date created:		21 Feb 1998
# Whom:			giffunip@asme.org
#
# $FreeBSD: ports/astro/saoimage/Makefile,v 1.7 1999/12/25 01:39:41 steve Exp $
#

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>
