Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= viking |
8 |
PORTNAME= viking |
9 |
PORTVERSION= 1.3 |
9 |
PORTVERSION= 1.3.1 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= astro |
10 |
CATEGORIES= astro |
12 |
MASTER_SITES= SF |
11 |
MASTER_SITES= SF |
13 |
|
12 |
|
Lines 16-23
Link Here
|
16 |
|
15 |
|
17 |
LICENSE= GPLv2 # (or later) |
16 |
LICENSE= GPLv2 # (or later) |
18 |
|
17 |
|
19 |
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ |
18 |
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ |
20 |
expat.6:${PORTSDIR}/textproc/expat2 |
19 |
expat:${PORTSDIR}/textproc/expat2 |
21 |
RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel |
20 |
RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel |
22 |
|
21 |
|
23 |
OPTIONS_DEFINE= GEOTAR GPSD |
22 |
OPTIONS_DEFINE= GEOTAR GPSD |
Lines 40-52
Link Here
|
40 |
.include <bsd.port.options.mk> |
39 |
.include <bsd.port.options.mk> |
41 |
|
40 |
|
42 |
.if ${PORT_OPTIONS:MGEOTAG} |
41 |
.if ${PORT_OPTIONS:MGEOTAG} |
43 |
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif |
42 |
LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif |
44 |
.else |
43 |
.else |
45 |
CONFIGURE_ARGS+= --disable-geotag |
44 |
CONFIGURE_ARGS+= --disable-geotag |
46 |
.endif |
45 |
.endif |
47 |
|
46 |
|
48 |
.if ${PORT_OPTIONS:MGPSD} |
47 |
.if ${PORT_OPTIONS:MGPSD} |
49 |
LIB_DEPENDS+= gps.20:${PORTSDIR}/astro/gpsd |
48 |
LIB_DEPENDS+= gps:${PORTSDIR}/astro/gpsd |
50 |
.else |
49 |
.else |
51 |
CONFIGURE_ARGS+= --disable-realtime-gps-tracking |
50 |
CONFIGURE_ARGS+= --disable-realtime-gps-tracking |
52 |
.endif |
51 |
.endif |