Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= postgis |
4 |
PORTNAME= postgis |
5 |
PORTVERSION= 2.5.3 |
5 |
PORTVERSION= 2.5.3 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= databases geography |
7 |
CATEGORIES= databases geography |
7 |
MASTER_SITES= https://download.osgeo.org/postgis/source/ |
8 |
MASTER_SITES= https://download.osgeo.org/postgis/source/ |
8 |
PKGNAMESUFFIX= 25 |
9 |
PKGNAMESUFFIX= 25 |
Lines 18-26
LIB_DEPENDS= libproj.so:graphics/proj \
Link Here
|
18 |
libjson-c.so:devel/json-c \ |
19 |
libjson-c.so:devel/json-c \ |
19 |
libgdal.so:graphics/gdal |
20 |
libgdal.so:graphics/gdal |
20 |
|
21 |
|
21 |
CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis23 postgis24 |
22 |
CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis23 postgis24 postgis25 |
22 |
|
23 |
|
23 |
USES= alias compiler gettext gmake gnome iconv:wchar_t libtool:keepla \ |
24 |
USES= alias compiler gmake gnome iconv:wchar_t libtool:keepla \ |
24 |
localbase perl5 pkgconfig pgsql:9.4+ shebangfix |
25 |
localbase perl5 pkgconfig pgsql:9.4+ shebangfix |
25 |
USE_GNOME= libxml2 |
26 |
USE_GNOME= libxml2 |
26 |
USE_LDCONFIG= yes |
27 |
USE_LDCONFIG= yes |
Lines 33-40
SHEBANG_FILES= extensions/address_standardizer/*.pl raster/test/regress/*.pl \
Link Here
|
33 |
utils/postgis_restore.pl.in utils/*.pl |
34 |
utils/postgis_restore.pl.in utils/*.pl |
34 |
WANT_PGSQL= server |
35 |
WANT_PGSQL= server |
35 |
|
36 |
|
36 |
OPTIONS_DEFINE= ADDRSTD LOADERGUI SFCGAL TOPOLOGY |
37 |
OPTIONS_DEFINE= ADDRSTD NLS LOADERGUI SFCGAL TOPOLOGY |
37 |
OPTIONS_DEFAULT=ADDRSTD SFCGAL TOPOLOGY |
38 |
OPTIONS_DEFAULT=ADDRSTD NLS SFCGAL TOPOLOGY |
38 |
OPTIONS_SUB= yes |
39 |
OPTIONS_SUB= yes |
39 |
|
40 |
|
40 |
LOADERGUI_DESC= Enable shp2pgsql-gui |
41 |
LOADERGUI_DESC= Enable shp2pgsql-gui |
Lines 42-55
TOPOLOGY_DESC= Topology support
Link Here
|
42 |
SFCGAL_DESC= Enable sfcgal |
43 |
SFCGAL_DESC= Enable sfcgal |
43 |
ADDRSTD_DESC= Enable address standardizer |
44 |
ADDRSTD_DESC= Enable address standardizer |
44 |
|
45 |
|
|
|
46 |
ADDRSTD_CONFIGURE_WITH= address-standardizer |
47 |
ADDRSTD_LIB_DEPENDS= libpcre.so:devel/pcre |
48 |
ADDRSTD_VARS= WANT_PGSQL+=contrib |
49 |
NLS_CONFIGURE_WITH= nls |
50 |
NLS_USES= gettext |
45 |
LOADERGUI_CONFIGURE_WITH= gui |
51 |
LOADERGUI_CONFIGURE_WITH= gui |
46 |
LOADERGUI_USE= GNOME=gtk20 |
52 |
LOADERGUI_USE= GNOME=gtk20 |
47 |
TOPOLOGY_CONFIGURE_WITH= topology |
|
|
48 |
SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal |
53 |
SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal |
49 |
SFCGAL_CONFIGURE_WITH= sfcgal=${LOCALBASE}/bin/sfcgal-config |
54 |
SFCGAL_CONFIGURE_WITH= sfcgal=${LOCALBASE}/bin/sfcgal-config |
50 |
ADDRSTD_CONFIGURE_WITH= address-standardizer |
55 |
TOPOLOGY_CONFIGURE_WITH= topology |
51 |
ADDRSTD_LIB_DEPENDS= libpcre.so:devel/pcre |
|
|
52 |
ADDRSTD_VARS= WANT_PGSQL+=contrib |
53 |
|
56 |
|
54 |
VER= ${PORTVERSION:R} |
57 |
VER= ${PORTVERSION:R} |
55 |
|
58 |
|