freebsd-ports/comms/predict/Makefile
Sam Lawrance d5eee7e842 Update to 2.2.3.
PR:		ports/97378
Submitted by:	Diane Bruce <db@heceta.db.net> (maintainer)
2006-05-25 11:50:54 +00:00

26 lines
661 B
Makefile

# ports collection makefile for: predict
# Date created: 11 February 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= predict
PORTVERSION= 2.2.3
CATEGORIES= comms astro hamradio
MASTER_SITES= ftp://ftp.amsat.org/amsat/software/Linux/
MAINTAINER= db@db.net
COMMENT= Satellite tracking program for amateur radio satellites
INSTALL_TARGET= install install.man
MAN1= predict.1
MAKE_ENV= LIBS="${PTHREAD_LIBS}"
post-patch:
${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/predict.h > ${WRKSRC}/predict.h
${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/vocalizer.h > ${WRKSRC}/vocalizer/vocalizer.h
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>