Lines 1-8
Link Here
|
1 |
PORTNAME= ossim |
1 |
PORTNAME= ossim |
2 |
DISTVERSIONPREFIX=v |
|
|
3 |
DISTVERSION= 2.12.0 |
2 |
DISTVERSION= 2.12.0 |
4 |
PORTREVISION= 1 |
3 |
PORTREVISION= 1 |
5 |
CATEGORIES= graphics geography |
4 |
CATEGORIES= graphics geography |
|
|
5 |
MASTER_SITES= https://github.com/ossimlabs/${PORTNAME}/releases/download/v${DISTVERSION}/ |
6 |
|
6 |
|
7 |
MAINTAINER= lbartoletti@FreeBSD.org |
7 |
MAINTAINER= lbartoletti@FreeBSD.org |
8 |
COMMENT= Powerful suite of geospatial libraries and applications |
8 |
COMMENT= Powerful suite of geospatial libraries and applications |
Lines 11-31
WWW= https://github.com/ossimlabs/ossim
Link Here
|
11 |
LICENSE= MIT |
11 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
13 |
|
13 |
|
14 |
BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git |
14 |
LIB_DEPENDS= libcurl.so:ftp/curl \ |
15 |
LIB_DEPENDS= libgeos.so:graphics/geos \ |
15 |
libfreetype.so:print/freetype2 \ |
|
|
16 |
libgeos.so:graphics/geos \ |
16 |
libgeotiff.so:graphics/libgeotiff \ |
17 |
libgeotiff.so:graphics/libgeotiff \ |
17 |
libjsoncpp.so:devel/jsoncpp \ |
18 |
libjsoncpp.so:devel/jsoncpp \ |
18 |
libtiff.so:graphics/tiff \ |
19 |
libtiff.so:graphics/tiff \ |
19 |
libopenjp2.so:graphics/openjpeg \ |
20 |
libproj.so:graphics/proj |
20 |
libfreetype.so:print/freetype2 \ |
|
|
21 |
libOpenThreads.so:graphics/osg34 |
22 |
|
21 |
|
23 |
USES= cmake compiler:c++11-lang jpeg localbase |
22 |
USES= cmake compiler:c++17-lang jpeg sqlite |
24 |
USE_GITHUB= yes |
|
|
25 |
GH_ACCOUNT= ossimlabs |
26 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |
27 |
|
24 |
|
28 |
CMAKE_OFF= BUILD_OSSIM_APPS |
25 |
CMAKE_OFF= BUILD_OSSIM_APPS \ |
|
|
26 |
BUILD_OSSIM_ID_SUPPORT |
27 |
CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Git |
29 |
CMAKE_ARGS= -DBUILD_LIBRARY_DIR:STRING=lib \ |
28 |
CMAKE_ARGS= -DBUILD_LIBRARY_DIR:STRING=lib \ |
30 |
-DLIBSUFFIX:STRING="" \ |
29 |
-DLIBSUFFIX:STRING="" \ |
31 |
-DINSTALL_ARCHIVE_DIR:STRING=lib \ |
30 |
-DINSTALL_ARCHIVE_DIR:STRING=lib \ |
Lines 35-40
CMAKE_ARGS= -DBUILD_LIBRARY_DIR:STRING=lib \
Link Here
|
35 |
OPTIONS_DEFINE= TEST |
34 |
OPTIONS_DEFINE= TEST |
36 |
OPTIONS_SUB= yes |
35 |
OPTIONS_SUB= yes |
37 |
|
36 |
|
38 |
TEST_CMAKE_BOOL= BUILD_OSSIM_TESTS |
37 |
TEST_CMAKE_BOOL= BUILD_OSSIM_TESTS |
|
|
38 |
|
39 |
|
39 |
|
40 |
.include <bsd.port.mk> |
40 |
.include <bsd.port.mk> |