diff options
Diffstat (limited to 'math/saga/Makefile')
-rw-r--r-- | math/saga/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 429d06dee1a6..993faf776fac 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= saga -PORTVERSION= 4.1.0 -PORTREVISION= 2 +PORTVERSION= 6.1.0 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} -#DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= rhurlin@gwdg.de COMMENT= System for Automated Geoscientific Analyses @@ -21,23 +19,23 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libjasper.so:graphics/jasper \ liblas.so:devel/liblas12 \ libodbc.so:databases/unixODBC \ - libopencv_ml.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ + libopencv_ml.so:graphics/opencv \ libproj.so:graphics/proj \ libsvm.so:science/libsvm \ libtbb.so:devel/tbb \ libtiff.so:graphics/tiff RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= autoreconf compiler:gcc-c++11-lib desktop-file-utils dos2unix \ + iconv:wchar_t libtool localbase pkgconfig python:2 +USE_LDCONFIG= yes +USE_CXXSTD= c++11 +USE_WX= 3.0+ CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - --enable-python + --enable-python --with-system-svm CONFIGURE_ENV= SWIG="${LOCALBASE}/bin/swig3.0" GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_CXXSTD= c++11 -USE_WX= 3.0 -USES= autoreconf desktop-file-utils libtool localbase compiler:gcc-c++11-lib \ - iconv:wchar_t dos2unix pkgconfig python:2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_ICONS= yes |