mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
6bc7a46bf8
- Update to 3.20 (welcome ubxtool and gpsrinex!) - Fix SConstruct per python3 [1] - Replace spaces by tabs (pet portlint) - Fixes astro/foxtrotgps, astro/gpxloggerd and comms/direwolf Changelog: - https://gitlab.com/gpsd/gpsd/-/blob/master/NEWS#L16 [1] scons is py27 only and check py27 packages for a py37 port. I commented these tests in SConstruct since we already do it in our Makefile. PR: 243980 Reviewed by: tcberner (mentor) Approved by: tcberner (mentor), maintainer timeout (z7dr6ut7gs@snkmail.com, > 2 weeks) Differential Revision: https://reviews.freebsd.org/D23920
38 lines
899 B
Makefile
38 lines
899 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= direwolf
|
|
DISTVERSION= 1.5
|
|
PORTREVISION= 1
|
|
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>
|