Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 06:59:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402570 - head/graphics/libgeotiff
Message-ID:  <201511290659.tAT6xxcv075343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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=	*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511290659.tAT6xxcv075343>