diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:20:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:20:17 +0800 |
commit | cc93a168066a9b67c09ec56948a5e6d21d85f454 (patch) | |
tree | 0f9f3a7a97ab8af8d1ad29b3d452af4fe32e65ac /graphics | |
parent | 891b2ca92f8705bbf2e08e95333c0e7b25aa64c7 (diff) | |
download | freebsd-ports-gnome-cc93a168066a9b67c09ec56948a5e6d21d85f454.tar.gz freebsd-ports-gnome-cc93a168066a9b67c09ec56948a5e6d21d85f454.tar.zst freebsd-ports-gnome-cc93a168066a9b67c09ec56948a5e6d21d85f454.zip |
- Add LICENSE_FILE
- Use USES=localbase
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index 6a5fb2842859..5b794f6d6ef3 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -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}/graphics/libexif \ 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 |