svn commit: r378607 - head/graphics/librasterlite

Jan Beich jbeich at FreeBSD.org
Sat Feb 7 17:14:17 UTC 2015


Author: jbeich
Date: Sat Feb  7 17:14:16 2015
New Revision: 378607
URL: https://svnweb.freebsd.org/changeset/ports/378607
QAT: https://qat.redports.org/buildarchive/r378607/

Log:
  Reduce difference with graphics/librasterlite2
  
  - Add LICENSE
  - Convert to USES=pathfix
  - Strip library
  
  PR:		197228
  Submitted by:	coder at tuxfamily.org (maintainer)
  Approved by:	mentors (implicit)

Modified:
  head/graphics/librasterlite/Makefile

Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile	Sat Feb  7 17:13:58 2015	(r378606)
+++ head/graphics/librasterlite/Makefile	Sat Feb  7 17:14:16 2015	(r378607)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.gaia-gis.it/gai
 MAINTAINER=	coder at 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
 		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>


More information about the svn-ports-all mailing list