diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-02-08 01:14:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-02-08 01:14:16 +0800 |
commit | ed9e173f0a8ee785b193d81cf5856057edf054fc (patch) | |
tree | c86f3413144e0ce8c03b3defe4e164df5ffce568 /graphics | |
parent | 4b20f646d9ce5f78e8234fac0ed2dd7cb3570b40 (diff) | |
download | freebsd-ports-gnome-ed9e173f0a8ee785b193d81cf5856057edf054fc.tar.gz freebsd-ports-gnome-ed9e173f0a8ee785b193d81cf5856057edf054fc.tar.zst freebsd-ports-gnome-ed9e173f0a8ee785b193d81cf5856057edf054fc.zip |
Reduce difference with graphics/librasterlite2
- Add LICENSE
- Convert to USES=pathfix
- Strip library
PR: 197228
Submitted by: coder@tuxfamily.org (maintainer)
Approved by: mentors (implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librasterlite/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile index 4c55843af9fe..5af5e08479ec 100644 --- a/graphics/librasterlite/Makefile +++ b/graphics/librasterlite/Makefile @@ -10,6 +10,9 @@ 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 +LICENSE= MPL GPLv2 LGPL21 +LICENSE_COMB= dual + LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ @@ -22,14 +25,11 @@ LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \ libfreexl.so:${PORTSDIR}/textproc/freexl GNU_CONFIGURE= yes -USES= gmake iconv pkgconfig libtool +USES= gmake iconv libtool pathfix pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |