1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/comms/direwolf/Makefile
Stephen Hurd 22474ce744 Update to 1.5, and change maintainer to hamradio@
PR:		236631
Submitted by:	takefu
Approved by:	kevans (maintainer)
2019-07-22 17:27:23 +00:00

37 lines
883 B
Makefile

# $FreeBSD$
PORTNAME= direwolf
DISTVERSION= 1.5
CATEGORIES= comms hamradio
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Software "soundcard" modem/TNC and APRS encoder/decoder
LICENSE= GPLv2
LIB_DEPENDS= libasound.so:audio/alsa-lib\
libhamlib.so:comms/hamlib \
libgps.so:astro/gpsd
USES= gmake python shebangfix
USE_GITHUB= yes
GH_ACCOUNT= wb2osz
GH_TAGNAME= 1.5
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\
dw-start.sh
OPTIONS_DEFINE= DOCS EXAMPLES
MAKEFILE= Makefile.linux
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|'\
-e 's|/var/tmp|/var/log|' ${WRKSRC}/dw-start.sh
.include <bsd.port.mk>