Date: Mon, 19 Oct 2015 20:20:17 +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: r399754 - head/graphics/exif Message-ID: <201510192020.t9JKKHp4028539@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510192020.t9JKKHp4028539>