freebsd-ports/comms/predict/Makefile
Pav Lucistnik 9f8e46e05c - Add astro as secondary category
Requested by:	kris
2004-06-25 22:29:37 +00:00

27 lines
581 B
Makefile

# ports collection makefile for: predict
# Date created: 11 February 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= predict
PORTVERSION= 2.2.2
CATEGORIES= comms astro
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>