diff options
author | naddy <naddy@FreeBSD.org> | 2003-07-16 21:58:44 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-07-16 21:58:44 +0000 |
commit | 0a54db5fb4c6fb48ee5ebf5a6b74bf1d64b6d44b (patch) | |
tree | 8f15c5a7cd4c4f261d6d6973ca69ca9080128eae | |
parent | a57954dfcfaa2439d75005f72b6846205343dde5 (diff) | |
download | FreeBSD-ports-0a54db5fb4c6fb48ee5ebf5a6b74bf1d64b6d44b.zip FreeBSD-ports-0a54db5fb4c6fb48ee5ebf5a6b74bf1d64b6d44b.tar.gz |
Update to version 0.9.9
PR: 54542
Submitted by: Ports Fury
-rw-r--r-- | textproc/ipdf/Makefile | 13 | ||||
-rw-r--r-- | textproc/ipdf/distinfo | 2 | ||||
-rw-r--r-- | textproc/ipdf/pkg-descr | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index 1a3d129..0e210c3 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -7,20 +7,21 @@ # PORTNAME= ipdf -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 CATEGORIES= textproc MASTER_SITES= http://hoopajoo.net/static/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= Creates indexed pdf documents from text files -LIB_DEPENDS= pdf:${PORTSDIR}/print/pdflib \ - png:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= pdf.5:${PORTSDIR}/print/pdflib \ + png.5:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= ipdf.1 diff --git a/textproc/ipdf/distinfo b/textproc/ipdf/distinfo index 17fea81..8d317e0 100644 --- a/textproc/ipdf/distinfo +++ b/textproc/ipdf/distinfo @@ -1 +1 @@ -MD5 (ipdf-0.9.7.tar.gz) = 245c94a55ad56e42c0b4e34c4e759219 +MD5 (ipdf-0.9.9.tar.gz) = 8adfbad26b9f986bc5d1d89576d3ffc6 diff --git a/textproc/ipdf/pkg-descr b/textproc/ipdf/pkg-descr index 28603a0..363d79b 100644 --- a/textproc/ipdf/pkg-descr +++ b/textproc/ipdf/pkg-descr @@ -6,4 +6,4 @@ in the case of using pre-printed forms. Supports unlimited levels of indexing bookmarks in documents and system/user configuration files. Suitable for use in an intranet gateway for generating PDF documents in real-time. -WWW: http://hoopajoo.net/project_info.html?projectid=18 +WWW: http://hoopajoo.net/projects/ipdf.html |