mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to version 1.1g [1]
- Allow staging [1] - Switch to new LIB_DEPENDS format - USE_GMAKE -> USES=gmake - Use one tab before REINPLACE_CMD PR: ports/185612 [1] Submitted by: maintainer
This commit is contained in:
parent
46ed467d0d
commit
8d3f501cc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339962
@ -2,36 +2,33 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librasterlite
|
||||
PORTVERSION= 1.1e
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.1g
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/
|
||||
|
||||
MAINTAINER= coder@tuxfamily.org
|
||||
COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite
|
||||
|
||||
LIB_DEPENDS= spatialite:${PORTSDIR}/databases/spatialite \
|
||||
sqlite3:${PORTSDIR}/databases/sqlite3 \
|
||||
geotiff:${PORTSDIR}/graphics/libgeotiff \
|
||||
jbig:${PORTSDIR}/graphics/jbigkit \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
geos:${PORTSDIR}/graphics/geos \
|
||||
proj:${PORTSDIR}/graphics/proj \
|
||||
tiff:${PORTSDIR}/graphics/tiff \
|
||||
freexl:${PORTSDIR}/textproc/freexl
|
||||
LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \
|
||||
libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
|
||||
libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
|
||||
libjbig.so:${PORTSDIR}/graphics/jbigkit \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libgeos.so:${PORTSDIR}/graphics/geos \
|
||||
libproj.so:${PORTSDIR}/graphics/proj \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libfreexl.so:${PORTSDIR}/textproc/freexl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig iconv
|
||||
USE_GMAKE= yes
|
||||
USES= gmake iconv pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
|
||||
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (librasterlite-1.1e.tar.gz) = f9425f1c442f5a3433c977ff17f24840244f824c43b6fe30ea828ac283452e9b
|
||||
SIZE (librasterlite-1.1e.tar.gz) = 626354
|
||||
SHA256 (librasterlite-1.1g.tar.gz) = 0a8dceb75f8dec2b7bd678266e0ffd5210d7c33e3d01b247e9e92fa730eebcb3
|
||||
SIZE (librasterlite-1.1g.tar.gz) = 629592
|
||||
|
Loading…
Reference in New Issue
Block a user