diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-17 16:22:07 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-09-17 16:22:07 +0000 |
commit | 0250d01ba12fdd20178662637131dd381eb0864c (patch) | |
tree | abdb931003f44dd5e0e83764b698e09a6e5f7853 /graphics/mupdf/Makefile | |
parent | dd5858fbdcd371045cf4422472179465e0402aba (diff) |
Notes
Diffstat (limited to 'graphics/mupdf/Makefile')
-rw-r--r-- | graphics/mupdf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index d8d3460ee76e..84048497d66c 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= mupdf -PORTVERSION= 0.8.165 -PORTREVISION= 3 +PORTVERSION= 0.9 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ @@ -16,6 +15,9 @@ EXTRACT_SUFX= -source.tar.gz MAINTAINER= lichray@gmail.com COMMENT= Lightweight PDF viewer and toolkit +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.11:${PORTSDIR}/graphics/jpeg \ jbig2dec.0:${PORTSDIR}/graphics/jbig2dec \ @@ -29,9 +31,6 @@ MAN1= mupdf.1 mu_pdfclean.1 mu_pdfdraw.1 mu_pdfshow.1 MAKE_JOBS_SAFE= yes -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - OPTIONS= SCROLL "Build with scroll hacks" on \ .include <bsd.port.options.mk> |