1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Jan Beich 2015-02-07 17:14:16 +00:00
parent 3e70aa0867
commit e7c456c4d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378607

View File

@ -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>