mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
34 lines
845 B
Makefile
34 lines
845 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= direwolf
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= kevans@FreeBSD.org
|
|
COMMENT= Software "soundcard" modem/TNC and APRS encoder/decoder
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libhamlib.so:comms/hamlib \
|
|
libgps.so:astro/gpsd
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wb2osz
|
|
GH_TAGNAME= 6207e2e
|
|
USES= dos2unix gmake python shebangfix
|
|
|
|
SHEBANG_FILES= telemetry-toolkit/telem-bits.pl telemetry-toolkit/telem-parm.pl\
|
|
telemetry-toolkit/telem-eqns.pl dwespeak.sh \
|
|
telemetry-toolkit/telem-volts.py telemetry-toolkit/telem-data.pl \
|
|
telemetry-toolkit/telem-data91.pl \
|
|
telemetry-toolkit/telem-unit.pl telemetry-toolkit/telem-balloon.pl
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC}
|
|
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/dw-start.sh
|
|
|
|
.include <bsd.port.mk>
|