- Fix build with jbig2dec 0.12
- Add LICENSE_FILE Approved by: portmgr (blanket)
This commit is contained in:
parent
50e21cfda3
commit
5b540146f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403023
1 changed files with 2 additions and 0 deletions
|
@ -13,12 +13,14 @@ MAINTAINER= udvzsolt@gmail.com
|
||||||
COMMENT= Lightweight PDF viewer and toolkit
|
COMMENT= Lightweight PDF viewer and toolkit
|
||||||
|
|
||||||
LICENSE= AGPLv3
|
LICENSE= AGPLv3
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||||
libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \
|
libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \
|
||||||
libopenjp2.so:${PORTSDIR}/graphics/openjpeg
|
libopenjp2.so:${PORTSDIR}/graphics/openjpeg
|
||||||
|
|
||||||
|
CFLAGS+= -I${WRKSRC}/include/mupdf
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
MAKE_ARGS= build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes
|
MAKE_ARGS= build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes
|
||||||
USES= cpe compiler:c++11-lang gmake jpeg pkgconfig
|
USES= cpe compiler:c++11-lang gmake jpeg pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue