Line 2
Link Here
|
2 |
# $FreeBSD: head/graphics/qgis/Makefile 365182 2014-08-17 13:09:56Z tijl $ |
2 |
# $FreeBSD: rhurlin/graphics/qgis/Makefile 31798 2014-09-09 05:28:45Z rhurlin $ |
3 |
-- |
|
|
Line 6
Link Here
|
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
-- |
|
|
Lines 31-32
Link Here
|
31 |
USES= bison cmake gmake |
31 |
USES= bison cmake gmake python |
32 |
USE_PYTHON= yes |
|
|
33 |
-- |
Lines 51-52
Link Here
|
51 |
CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.3 |
50 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 |
52 |
RUN_DEPENDS+= ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass |
51 |
BROKEN= GRASS plugin not supported on FreeBSD 8.x (does not have utempter.h) |
53 |
-- |
52 |
.endif |
|
|
53 |
BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ |
54 |
${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass |
55 |
RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ |
56 |
${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass |
57 |
CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4 |
Line 61
Link Here
|
61 |
USE_PGSQL= YES |
66 |
USES+= pgsql |
62 |
-- |
|
|
Line 83
Link Here
|
83 |
${PYTHON_SITELIBDIR}/PyQt4/Qsci.so:${PORTSDIR}/devel/py-qt4-qscintilla2 \ |
88 |
${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.8.3:${PORTSDIR}/devel/py-qt4-qscintilla2 \ |
84 |
-- |
|
|
Line 89
Link Here
|
89 |
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/osgeo/gdal.pyc:${PORTSDIR}/graphics/py-gdal |
94 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gdal>=1.11.0:${PORTSDIR}/graphics/py-gdal \ |
90 |
-- |
95 |
${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:${PORTSDIR}/databases/pyspatialite |