aboutsummaryrefslogtreecommitdiff
path: root/graphics/librasterlite
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-07 17:14:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-02-07 17:14:16 +0000
commite7c456c4d6d43527070f1673f67efdec88b21be2 (patch)
treec86f3413144e0ce8c03b3defe4e164df5ffce568 /graphics/librasterlite
parent3e70aa0867e62640038ad9a3cb46f50c9d408f8e (diff)
downloadports-e7c456c4d6d43527070f1673f67efdec88b21be2.tar.gz
ports-e7c456c4d6d43527070f1673f67efdec88b21be2.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)
Notes
Notes: svn path=/head/; revision=378607
Diffstat (limited to 'graphics/librasterlite')
-rw-r--r--graphics/librasterlite/Makefile10
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>