Date: Sat, 5 Dec 2015 05:50:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403023 - head/graphics/mupdf Message-ID: <201512050550.tB55o4gN034716@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 5 05:50:04 2015 New Revision: 403023 URL: https://svnweb.freebsd.org/changeset/ports/403023 Log: - Fix build with jbig2dec 0.12 - Add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/graphics/mupdf/Makefile Modified: head/graphics/mupdf/Makefile ============================================================================== --- head/graphics/mupdf/Makefile Sat Dec 5 04:59:56 2015 (r403022) +++ head/graphics/mupdf/Makefile Sat Dec 5 05:50:04 2015 (r403023) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512050550.tB55o4gN034716>