aboutsummaryrefslogtreecommitdiff
path: root/graphics/mupdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-05 05:50:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-05 05:50:04 +0000
commit5b540146f1482a2d39c156b52b2793a270c7dde8 (patch)
tree856de53da0084c279a6a2ead9a9421e627317d2d /graphics/mupdf
parent50e21cfda3f7e3af2eaeec3da44f3886be2beae9 (diff)
downloadports-5b540146f1482a2d39c156b52b2793a270c7dde8.tar.gz
ports-5b540146f1482a2d39c156b52b2793a270c7dde8.zip
- Fix build with jbig2dec 0.12
- Add LICENSE_FILE Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=403023
Diffstat (limited to 'graphics/mupdf')
-rw-r--r--graphics/mupdf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile
index f3d773bb69ab..1e5b4b6e6370 100644
--- a/graphics/mupdf/Makefile
+++ b/graphics/mupdf/Makefile
@@ -13,12 +13,14 @@ MAINTAINER= udvzsolt@gmail.com
COMMENT= Lightweight PDF viewer and toolkit
LICENSE= AGPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \
libopenjp2.so:${PORTSDIR}/graphics/openjpeg
+CFLAGS+= -I${WRKSRC}/include/mupdf
LIBS+= -L${LOCALBASE}/lib
MAKE_ARGS= build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes
USES= cpe compiler:c++11-lang gmake jpeg pkgconfig