freebsd-ports/comms/predict/Makefile
Mark Linimon 3e974a1f30 Add to hamradio virtual category.
Requested by:	Diane Bruce
2006-01-23 21:23:29 +00:00

26 lines
590 B
Makefile

# ports collection makefile for: predict
# Date created: 11 February 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= predict
PORTVERSION= 2.2.2
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
PLIST_FILES= bin/predict
MAKE_ENV= LIBS="${PTHREAD_LIBS}"
post-patch:
${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/predict.h > ${WRKSRC}/predict.h
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>