diff options
author | dougb <dougb@FreeBSD.org> | 2002-05-22 05:34:35 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-05-22 05:34:35 +0000 |
commit | cc85cb1e25a319261bd41b63378bcfc5ed1c2c88 (patch) | |
tree | b30508af3311db87ca6db0b409c2ff1fba1e7f1f /graphics/xpdf | |
parent | 6f8a4898396314385bd2b753528c6ff29cbefa4c (diff) | |
download | FreeBSD-ports-cc85cb1e25a319261bd41b63378bcfc5ed1c2c88.zip FreeBSD-ports-cc85cb1e25a319261bd41b63378bcfc5ed1c2c88.tar.gz |
Upgrade to version 1.01, and make the port depend on freetype2 in
the process. Thanks to kato for providing parts of this update.
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 21 | ||||
-rw-r--r-- | graphics/xpdf/distinfo | 2 |
2 files changed, 13 insertions, 10 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 7921fd0..c689cbc 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 4cb9cfe..8e5fcd8 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 |