svn commit: r402570 - head/graphics/libgeotiff

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 29 07:00:00 UTC 2015


Author: sunpoet
Date: Sun Nov 29 06:59:59 2015
New Revision: 402570
URL: https://svnweb.freebsd.org/changeset/ports/402570

Log:
  - Add LICENSE_FILE

Modified:
  head/graphics/libgeotiff/Makefile

Modified: head/graphics/libgeotiff/Makefile
==============================================================================
--- head/graphics/libgeotiff/Makefile	Sun Nov 29 06:59:54 2015	(r402569)
+++ head/graphics/libgeotiff/Makefile	Sun Nov 29 06:59:59 2015	(r402570)
@@ -13,12 +13,12 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Library for reading and writing GeoTIFF information tags
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libjbig.so:${PORTSDIR}/graphics/jbigkit \
 		libproj.so:${PORTSDIR}/graphics/proj \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
-USES=		jpeg libtool
 CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--disable-doxygen-doc \
 		--disable-doxygen-dot \
@@ -32,6 +32,7 @@ CPPFLAGS+=	-fPIC
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+USES=		jpeg libtool
 
 PORTDATA=	*
 


More information about the svn-ports-all mailing list