summaryrefslogtreecommitdiff
path: root/graphics/xpdf
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-05-22 05:34:35 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-05-22 05:34:35 +0000
commite6925e760be225cf4b6c082b814a4f6cd7cf05af (patch)
tree95499ed4c4097909382c644b6f23bd0082c9e976 /graphics/xpdf
parentUpdate to the latest release version (diff)
Upgrade to version 1.01, and make the port depend on freetype2 in
the process. Thanks to kato for providing parts of this update.
Notes
Notes: svn path=/head/; revision=59669
Diffstat (limited to 'graphics/xpdf')
-rw-r--r--graphics/xpdf/Makefile21
-rw-r--r--graphics/xpdf/distinfo2
2 files changed, 13 insertions, 10 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 7921fd071326..c689cbcbc94d 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -6,26 +6,29 @@
#
PORTNAME= xpdf
-PORTVERSION= 1.00
+PORTVERSION= 1.01
CATEGORIES= graphics print
-MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
+MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= support/xpdf
MAINTAINER= DougB@FreeBSD.org
+BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib \
- ttf.4:${PORTSDIR}/print/freetype
+ freetype.9:${PORTSDIR}/print/freetype2
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
-USE_AUTOCONF= yes
-CONFIGURE_ARGS= --with-gzip --enable-opi \
- --with-t1-library=${LOCALBASE}/lib \
- --with-t1-includes=${LOCALBASE}/include \
- --with-freetype-library=${LOCALBASE}/lib \
- --with-freetype-includes=${LOCALBASE}/include/freetype1/freetype
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-gzip --enable-opi \
+ --with-t1-library="${LOCALBASE}/lib" \
+ --with-t1-includes="${LOCALBASE}/include" \
+ --with-freetype2-library="${LOCALBASE}/lib" \
+ --with-freetype2-includes="${LOCALBASE}/include/freetype2"
.if defined(A4)
CONFIGURE_ARGS+= --enable-a4-paper
.endif
diff --git a/graphics/xpdf/distinfo b/graphics/xpdf/distinfo
index 4cb9cfef3138..8e5fcd876599 100644
--- a/graphics/xpdf/distinfo
+++ b/graphics/xpdf/distinfo
@@ -1 +1 @@
-MD5 (xpdf-1.00.tar.gz) = 81f3c381cef729e4b6f4ce21cf5bbf3c
+MD5 (xpdf-1.01.tar.gz) = 36d5b3458dfead16e3ec4df6596ec6f9