blob: 8b6366e6f10337442920bdc9573d06f4e31264fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|