diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 14:59:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 14:59:59 +0800 |
commit | 6bc009df4ac2a9fca2ec5c2e285cdd26973323e5 (patch) | |
tree | 56f54a892a08c524a4bc3f3e47b12c0896a286bf | |
parent | 77233165c167046b5e903e0fa75996ec52720500 (diff) | |
download | freebsd-ports-gnome-6bc009df4ac2a9fca2ec5c2e285cdd26973323e5.tar.gz freebsd-ports-gnome-6bc009df4ac2a9fca2ec5c2e285cdd26973323e5.tar.zst freebsd-ports-gnome-6bc009df4ac2a9fca2ec5c2e285cdd26973323e5.zip |
- Add LICENSE_FILE
-rw-r--r-- | graphics/libgeotiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index fc540eeb55aa..fc40781a176d 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -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= * |