Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= qgis |
4 |
PORTNAME= qgis |
5 |
PORTVERSION= 2.10.0 |
5 |
PORTVERSION= 2.10.0 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= graphics geography |
7 |
CATEGORIES= graphics geography |
8 |
|
8 |
|
9 |
MAINTAINER= rhurlin@gwdg.de |
9 |
MAINTAINER= rhurlin@gwdg.de |
Lines 57-66
Link Here
|
57 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 |
57 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 |
58 |
BROKEN= GRASS plugin not supported on FreeBSD 8.x and 9.x |
58 |
BROKEN= GRASS plugin not supported on FreeBSD 8.x and 9.x |
59 |
.endif |
59 |
.endif |
60 |
BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ |
60 |
BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass |
61 |
${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass |
61 |
RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass |
62 |
RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ |
|
|
63 |
${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass |
64 |
CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4 |
62 |
CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4 |
65 |
FORCE_MAKE_JOBS= NO |
63 |
FORCE_MAKE_JOBS= NO |
66 |
PLIST_SUB+= GRASS="" |
64 |
PLIST_SUB+= GRASS="" |