mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
a568ef0024
fix simple typo in xwota Makefile while at it. Approved by: ehaupt (mentor)
27 lines
666 B
Makefile
27 lines
666 B
Makefile
# ports collection makefile for: predict
|
|
# Date created: 11 February 2004
|
|
# Whom: db
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= predict
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= comms astro hamradio
|
|
MASTER_SITES= ftp://ftp.amsat.org/amsat/software/Linux/
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= Satellite tracking program for amateur radio satellites
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
MAN1= predict.1
|
|
MAKE_ENV= LIBS="${PTHREAD_LIBS}"
|
|
|
|
post-patch:
|
|
${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/predict.h > ${WRKSRC}/predict.h
|
|
${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/vocalizer.h > ${WRKSRC}/vocalizer/vocalizer.h
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|