diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-13 12:55:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-13 12:55:38 +0800 |
commit | efe2de255d6cb0799a928ed70a97f7e37117a819 (patch) | |
tree | 805bcd1f7516a8ab06a72f707a0ae2a4afd90775 /graphics | |
parent | 265673e74050fa9175bd02fc5d36746fe88a8b14 (diff) | |
download | freebsd-ports-gnome-efe2de255d6cb0799a928ed70a97f7e37117a819.tar.gz freebsd-ports-gnome-efe2de255d6cb0799a928ed70a97f7e37117a819.tar.zst freebsd-ports-gnome-efe2de255d6cb0799a928ed70a97f7e37117a819.zip |
- Add CPE info
- Clarify LICENSE
- Add LICENSE_FILE
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 00e4b32dcd23..c23030355b3c 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF/djvu/DjVuLibre/${PORTVERSION:R} MAINTAINER= bf@FreeBSD.org COMMENT= DjVu base libraries and utilities -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff @@ -21,7 +22,8 @@ CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ TIFF_CFLAGS="-I${LOCALBASE}/include" \ TIFF_LIBS="-L${LOCALBASE}/lib -ltiff" LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -USES= iconv libtool pathfix +USES= cpe iconv libtool pathfix +CPE_VENDOR= djvulibre_project USE_LDCONFIG= yes CONFLICTS= djvulibre-nox11-3* WRKSRC= ${WRKDIR}/${DISTNAME:R} |