Lines 1-8
Link Here
|
1 |
PORTNAME= direwolf |
1 |
PORTNAME= direwolf |
2 |
DISTVERSION= 1.6 |
2 |
DISTVERSION= 1.6 |
3 |
PORTREVISION= 1 |
3 |
PORTREVISION= 2 |
4 |
CATEGORIES= comms hamradio |
4 |
CATEGORIES= comms hamradio |
5 |
|
5 |
|
|
|
6 |
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |
7 |
PATCHFILES= e449e39d4d0fba994b1a48aad13c40cd5e44a959.patch:-p1 \ |
8 |
8619b74c7bca080bb8825cd83f3bd9b43289ad11.patch:-p1 \ |
9 |
5dbe2ce136fbe75dcfed49583fb62e2b394293c1.patch:-p1 \ |
10 |
42314b7219ec266697396c7a4b61afe91be9b92c.patch:-p1 \ |
11 |
27019b479344c1eb7cdf0a5c2dbfc54471ed4379.patch:-p1 |
12 |
|
6 |
MAINTAINER= hamradio@FreeBSD.org |
13 |
MAINTAINER= hamradio@FreeBSD.org |
7 |
COMMENT= Software "soundcard" modem/TNC and APRS encoder/decoder |
14 |
COMMENT= Software "soundcard" modem/TNC and APRS encoder/decoder |
8 |
|
15 |
|
Lines 10-41
LICENSE= GPLv2
Link Here
|
10 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
17 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
|
18 |
|
12 |
LIB_DEPENDS= libasound.so:audio/alsa-lib\ |
19 |
LIB_DEPENDS= libasound.so:audio/alsa-lib\ |
13 |
libhamlib.so:comms/hamlib \ |
|
|
14 |
libgps.so:astro/gpsd \ |
20 |
libgps.so:astro/gpsd \ |
|
|
21 |
libhamlib.so:comms/hamlib \ |
15 |
libportaudio.so:audio/portaudio |
22 |
libportaudio.so:audio/portaudio |
16 |
RUN_DEPENDS= bash:shells/bash |
23 |
RUN_DEPENDS= bash:shells/bash |
17 |
|
24 |
|
18 |
USES= cmake:noninja python shebangfix |
25 |
USES= cmake python shebangfix pkgconfig |
19 |
|
26 |
|
20 |
USE_GITHUB= yes |
27 |
USE_GITHUB= yes |
21 |
GH_ACCOUNT= wb2osz |
28 |
GH_ACCOUNT= wb2osz |
22 |
GH_TAGNAME= 1.6 |
29 |
|
23 |
|
30 |
SHEBANG_FILES= scripts |
24 |
SHEBANG_FILES= scripts/telemetry-toolkit/telem-bits.pl \ |
|
|
25 |
scripts/telemetry-toolkit/telem-parm.pl\ |
26 |
scripts/telemetry-toolkit/telem-eqns.pl \ |
27 |
scripts/dwespeak.sh \ |
28 |
scripts/telemetry-toolkit/telem-data.pl \ |
29 |
scripts/telemetry-toolkit/telem-data91.pl \ |
30 |
scripts/telemetry-toolkit/telem-unit.pl \ |
31 |
scripts/telemetry-toolkit/telem-balloon.pl\ |
32 |
scripts/dw-start.sh \ |
33 |
scripts/telemetry-toolkit/telem-volts.py |
34 |
|
31 |
|
35 |
OPTIONS_DEFINE= DOCS EXAMPLES |
32 |
OPTIONS_DEFINE= DOCS EXAMPLES |
36 |
|
33 |
|
37 |
post-patch: |
34 |
post-patch: |
38 |
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|'\ |
35 |
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g'\ |
39 |
${WRKSRC}/scripts/dw-start.sh |
36 |
-e 's|/var/tmp|/var/log|' ${WRKSRC}/scripts/dw-start.sh |
40 |
|
37 |
|
41 |
.include <bsd.port.mk> |
38 |
.include <bsd.port.mk> |