Lines 1-11
Link Here
|
1 |
# Created by: lbartoletti <lbartoletti@FreeBSD.org> |
1 |
# Created by: lbartoletti <lbartoletti@FreeBSD.org> |
2 |
PORTNAME= librasterlite2 |
2 |
PORTNAME= librasterlite2 |
3 |
PORTVERSION= 1.0.0 |
3 |
PORTVERSION= 1.1.0 |
4 |
DISTVERSIONSUFFIX=-rc0 |
4 |
DISTVERSIONSUFFIX=-beta1 |
5 |
PORTREVISION= 8 |
|
|
6 |
CATEGORIES= graphics geography |
5 |
CATEGORIES= graphics geography |
7 |
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ |
6 |
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/ |
8 |
MAINTAINER= lbartoletti@FreeBSD.org |
7 |
MAINTAINER= lbartoletti@FreeBSD.org |
9 |
COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite |
8 |
COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite |
Lines 13-41
COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite
Link Here
|
13 |
LICENSE= MPL11 GPLv2 LGPL21 |
12 |
LICENSE= MPL11 GPLv2 LGPL21 |
14 |
LICENSE_COMB= dual |
13 |
LICENSE_COMB= dual |
15 |
LIB_DEPENDS= libspatialite.so:databases/spatialite \ |
14 |
LIB_DEPENDS= liblz4.so:archivers/liblz4 \ |
|
|
15 |
libzstd.so:archivers/zstd \ |
16 |
libspatialite.so:databases/spatialite \ |
16 |
libgeotiff.so:graphics/libgeotiff \ |
17 |
libgeotiff.so:graphics/libgeotiff \ |
17 |
libjbig.so:graphics/jbigkit \ |
18 |
libjbig.so:graphics/jbigkit \ |
18 |
libpng.so:graphics/png \ |
19 |
libpng.so:graphics/png \ |
19 |
libgif.so:graphics/giflib \ |
20 |
libgif.so:graphics/giflib \ |
20 |
libgeos.so:graphics/geos \ |
21 |
libgeos.so:graphics/geos \ |
21 |
libproj.so:graphics/proj \ |
22 |
libproj.so:graphics/proj \ |
|
|
23 |
libopenjp2.so:graphics/openjpeg \ |
22 |
libtiff.so:graphics/tiff \ |
24 |
libtiff.so:graphics/tiff \ |
23 |
libfreexl.so:textproc/freexl \ |
|
|
24 |
libwebp.so:graphics/webp \ |
25 |
libwebp.so:graphics/webp \ |
25 |
libcairo.so:graphics/cairo \ |
26 |
libcairo.so:graphics/cairo \ |
26 |
libcurl.so:ftp/curl |
27 |
libcurl.so:ftp/curl \ |
|
|
28 |
libfreexl.so:textproc/freexl |
27 |
GNU_CONFIGURE= yes |
29 |
GNU_CONFIGURE= yes |
28 |
USES= gmake iconv jpeg libtool pathfix pkgconfig sqlite |
30 |
USES= gmake iconv jpeg libtool pathfix pkgconfig sqlite |
29 |
USE_LDCONFIG= yes |
31 |
USE_LDCONFIG= yes |
30 |
INSTALL_TARGET= install-strip |
32 |
INSTALL_TARGET= install-strip |
31 |
# Work around PKG_CHECK_MODULES before base r276898 |
|
|
32 |
.if !exists(/usr/libdata/pkgconfig/liblzma.pc) |
33 |
CONFIGURE_ENV+= LIBLZMA_CFLAGS=" " LIBLZMA_LIBS="-llzma" |
34 |
.endif |
35 |
|
36 |
CPPFLAGS+= -I${LOCALBASE}/include |
33 |
CPPFLAGS+= -I${LOCALBASE}/include |
37 |
LDFLAGS+= -L${LOCALBASE}/lib |
34 |
LDFLAGS+= -L${LOCALBASE}/lib |
38 |
LIBS+= -lsqlite3 -lm |
35 |
LIBS+= -lsqlite3 -lm |