svn commit: r399754 - head/graphics/exif

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:20:18 UTC 2015


Author: sunpoet
Date: Mon Oct 19 20:20:17 2015
New Revision: 399754
URL: https://svnweb.freebsd.org/changeset/ports/399754

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/graphics/exif/Makefile

Modified: head/graphics/exif/Makefile
==============================================================================
--- head/graphics/exif/Makefile	Mon Oct 19 20:20:12 2015	(r399753)
+++ head/graphics/exif/Makefile	Mon Oct 19 20:20:17 2015	(r399754)
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Command line utility to read and manipulate EXIF data
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif \
 		libpopt.so:${PORTSDIR}/devel/popt
@@ -17,10 +18,9 @@ LIB_DEPENDS=	libexif.so:${PORTSDIR}/grap
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-CONFIGURE_ENV=	POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt"
 CPE_VENDOR=	curtis_galloway
 GNU_CONFIGURE=	yes
-USES=		cpe gmake pkgconfig
+USES=		cpe gmake localbase pkgconfig
 
 NLS_CONFIGURE_ON=	--enable-nls ${ICONV_CONFIGURE_ARG}
 NLS_CONFIGURE_OFF=	--disable-nls --without-libiconv-prefix


More information about the svn-ports-all mailing list