diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-19 12:53:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-19 12:53:40 +0000 |
commit | 4a022e4c8a253f8e3477eb6a8c953a2f431eca41 (patch) | |
tree | b6454430bed7ca49a9324d87b49b5395c973dbd9 /textproc/pdftohtml | |
parent | 70ae703fae8a0ab3bebd2bec238fef9a25376746 (diff) | |
download | ports-4a022e4c8a253f8e3477eb6a8c953a2f431eca41.tar.gz ports-4a022e4c8a253f8e3477eb6a8c953a2f431eca41.zip |
Notes
Diffstat (limited to 'textproc/pdftohtml')
-rw-r--r-- | textproc/pdftohtml/Makefile | 4 | ||||
-rw-r--r-- | textproc/pdftohtml/pkg-descr | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 0d572376870a..654d055f76f4 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -8,6 +8,7 @@ PORTNAME= pdftohtml PORTVERSION= 0.34 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} MAINTAINER= erwin@lansing.dk +RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu + WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes pre-patch: .for file in goo/Makefile xpdf/Makefile diff --git a/textproc/pdftohtml/pkg-descr b/textproc/pdftohtml/pkg-descr index 69af87c98bb4..3d9f30cab7c8 100644 --- a/textproc/pdftohtml/pkg-descr +++ b/textproc/pdftohtml/pkg-descr @@ -1,6 +1,6 @@ -This is a port of pdftohtml, which converts pdf-files into nicely i +This is a port of pdftohtml, which converts pdf-files into nicely formatted html, combined with png images. -The HTML generated uses frames to emulate the contentlisting from +The HTML generated uses frames to emulate the content listing from the pdf. WWW: http://sourceforge.net/projects/pdftohtml/ |