summaryrefslogtreecommitdiff
path: root/graphics/xpdf/Makefile
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>2000-09-04 15:33:43 +0000
committerChuck Robey <chuckr@FreeBSD.org>2000-09-04 15:33:43 +0000
commit8e6a6823e9f24656ebe368c798e3d3169b358f1d (patch)
tree369076b1e46d479118ba220becea4d669c9368f2 /graphics/xpdf/Makefile
parent3ffc4bda329780941142026d7067374d2481d496 (diff)
downloadfreebsd-ports-8e6a6823e9f24656ebe368c798e3d3169b358f1d.zip
Bring this up to version 0.91.
Submitted by: mikko@dynas.se
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r--graphics/xpdf/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 2f610e020705..7dfacf444093 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -6,20 +6,17 @@
#
PORTNAME= xpdf
-PORTVERSION= 0.90
+PORTVERSION= 0.91
CATEGORIES= graphics print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} ftp://ftp.foolabs.com/pub/xpdf/ \
ftp://ftp.duke.edu/pub/X11/contrib/applications/
MASTER_SITE_SUBDIR=support/xpdf
EXTRACT_SUFX= .tgz
-PATCH_SITES= http://www.fefe.de/
-PATCHFILES= xpdf-0.90-fefe-diff.gz
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= chuckr@freebsd.org
-LIB_DEPENDS= t1x.1:${PORTSDIR}/devel/t1lib
+LIB_DEPENDS= t1x.1:${PORTSDIR}/devel/t1lib \
+ ttf.4:${PORTSDIR}/print/freetype
### crypto
#.if !defined(PACKAGE_BUILDING)
@@ -29,11 +26,14 @@ USE_XLIB= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_AUTOCONF= yes
-CONFIGURE_ARGS= --with-gzip --enable-japanese \
+CONFIGURE_ARGS= --with-gzip --enable-opi \
+ --enable-japanese --enable-chinese \
--with-t1-library=${LOCALBASE}/lib \
--with-t1-includes=${LOCALBASE}/include \
--with-t1x-library=${LOCALBASE}/lib \
- --with-t1x-includes=${LOCALBASE}/include
+ --with-t1x-includes=${LOCALBASE}/include \
+ --with-freetype-library=${LOCALBASE}/lib \
+ --with-freetype-includes=${LOCALBASE}/include
.if defined(A4)
CONFIGURE_ARGS+= --enable-a4-paper
.endif