diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 06:59:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 06:59:59 +0000 |
commit | 0fc0a6546b428d2f512d1d96161902c56357c7b1 (patch) | |
tree | 56f54a892a08c524a4bc3f3e47b12c0896a286bf /graphics/libgeotiff/Makefile | |
parent | a53c612c4e0547965cca1cacd386a6296bad0808 (diff) | |
download | ports-0fc0a6546b428d2f512d1d96161902c56357c7b1.tar.gz ports-0fc0a6546b428d2f512d1d96161902c56357c7b1.zip |
- Add LICENSE_FILE
Notes
Notes:
svn path=/head/; revision=402570
Diffstat (limited to 'graphics/libgeotiff/Makefile')
-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= * |