Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= postgis |
4 |
PORTNAME= postgis |
5 |
PORTVERSION= 2.3.10 |
5 |
PORTVERSION= 2.3.10 |
|
|
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= 23 |
9 |
PKGNAMESUFFIX= 23 |
Lines 18-24
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 |
USES= alias gettext gmake gnome iconv:wchar_t libtool:keepla \ |
22 |
USES= alias gmake gnome iconv:wchar_t libtool:keepla \ |
22 |
localbase perl5 pkgconfig pgsql:9.2-10 shebangfix |
23 |
localbase perl5 pkgconfig pgsql:9.2-10 shebangfix |
23 |
USE_GNOME= libxml2 |
24 |
USE_GNOME= libxml2 |
24 |
USE_LDCONFIG= yes |
25 |
USE_LDCONFIG= yes |
Lines 31-38
SHEBANG_FILES= extensions/address_standardizer/*.pl raster/test/regress/*.pl \
Link Here
|
31 |
utils/postgis_restore.pl.in utils/*.pl |
32 |
utils/postgis_restore.pl.in utils/*.pl |
32 |
WANT_PGSQL= server |
33 |
WANT_PGSQL= server |
33 |
|
34 |
|
34 |
OPTIONS_DEFINE= ADDRSTD LOADERGUI SFCGAL TOPOLOGY |
35 |
OPTIONS_DEFINE= ADDRSTD NLS LOADERGUI SFCGAL TOPOLOGY |
35 |
OPTIONS_DEFAULT=ADDRSTD SFCGAL TOPOLOGY |
36 |
OPTIONS_DEFAULT=ADDRSTD NLS SFCGAL TOPOLOGY |
36 |
OPTIONS_SUB= yes |
37 |
OPTIONS_SUB= yes |
37 |
|
38 |
|
38 |
LOADERGUI_DESC= Enable shp2pgsql-gui |
39 |
LOADERGUI_DESC= Enable shp2pgsql-gui |
Lines 40-55
TOPOLOGY_DESC= Topology support
Link Here
|
40 |
SFCGAL_DESC= Enable sfcgal |
41 |
SFCGAL_DESC= Enable sfcgal |
41 |
ADDRSTD_DESC= Enable address standardizer |
42 |
ADDRSTD_DESC= Enable address standardizer |
42 |
|
43 |
|
43 |
CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis24 postgis25 |
44 |
CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis24 postgis25 postgis30 |
44 |
|
45 |
|
|
|
46 |
ADDRSTD_CONFIGURE_WITH= address-standardizer |
47 |
ADDRSTD_LIB_DEPENDS= libpcre.so:devel/pcre |
48 |
ADDRSTD_VARS= WANT_PGSQL+=contrib |
45 |
LOADERGUI_CONFIGURE_WITH= gui |
49 |
LOADERGUI_CONFIGURE_WITH= gui |
46 |
LOADERGUI_USE= GNOME=gtk20 |
50 |
LOADERGUI_USE= GNOME=gtk20 |
47 |
TOPOLOGY_CONFIGURE_WITH= topology |
51 |
NLS_CONFIGURE_WITH= nls |
|
|
52 |
NLS_USES= gettext |
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 |
PLIST_SUB= PORTVERSION=${PORTVERSION} |
57 |
PLIST_SUB= PORTVERSION=${PORTVERSION} |
55 |
|
58 |
|