1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

- Add CPE info

- Clarify LICENSE
- Add LICENSE_FILE

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-05-13 04:55:38 +00:00
parent 875abff582
commit 4f61ea8c31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386200

View File

@ -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}