diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-16 21:58:44 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-16 21:58:44 +0000 |
commit | 2831ff52d35ac37d19e7dbd7608b73ba0e9e93da (patch) | |
tree | c25225b38bf1ccefe56bebe52b15df8b0f4bf508 /textproc/ipdf | |
parent | 085cfa9e04a2621cf9032deeb97730618185094e (diff) |
Notes
Diffstat (limited to 'textproc/ipdf')
-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 1a3d129405e3..0e210c3a92a5 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 17fea816abc0..8d317e091d4d 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 28603a048801..363d79b9e28e 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 |