1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/comms/predict/Makefile
Pav Lucistnik 010b9316a4 - Distfile rerolled with zero diff (verified)
PR:		ports/70693
Submitted by:	Diane Bruce <db@db.net> (maintainer)
2004-08-20 21:10:58 +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>