9f8e46e05c
Requested by: kris
27 lines
581 B
Makefile
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>
|