diff options
author | erwin <erwin@FreeBSD.org> | 2006-04-20 18:34:53 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-04-20 18:34:53 +0800 |
commit | 666bfe44e8ee2126c21bc35c44ae3d69f10f41b3 (patch) | |
tree | acbc2a5f651d4ffc387a3d3c85a1f6836f067c82 /textproc | |
parent | 331d1e7ff4314e4e4147f2621f3f946b304a764b (diff) | |
download | freebsd-ports-gnome-666bfe44e8ee2126c21bc35c44ae3d69f10f41b3.tar.gz freebsd-ports-gnome-666bfe44e8ee2126c21bc35c44ae3d69f10f41b3.tar.zst freebsd-ports-gnome-666bfe44e8ee2126c21bc35c44ae3d69f10f41b3.zip |
Update to 0.38.
Now requires both gmake and motif.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdftohtml/Makefile | 8 | ||||
-rw-r--r-- | textproc/pdftohtml/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 00934f00b8df..c71417da4eaf 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -7,8 +7,7 @@ # PORTNAME= pdftohtml -PORTVERSION= 0.36 -PORTREVISION= 4 +PORTVERSION= 0.38 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,6 +23,9 @@ GSPORT?= print/ghostscript-gnu RUN_DEPENDS+= ${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} +USE_GMAKE= yes +USE_MOTIF= yes + PLIST_FILES= bin/pdftohtml WRKSRC= ${WRKDIR}/${DISTNAME} @@ -41,6 +43,6 @@ pre-patch: ${REINPLACE_CMD} -e "s|-O[0-9]||" -e "s|-g||" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pdftohtml ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/pdftohtml ${PREFIX}/bin .include <bsd.port.mk> diff --git a/textproc/pdftohtml/distinfo b/textproc/pdftohtml/distinfo index 95e0bd50b548..03a8d17312ba 100644 --- a/textproc/pdftohtml/distinfo +++ b/textproc/pdftohtml/distinfo @@ -1,3 +1,3 @@ -MD5 (pdftohtml-0.36.tar.gz) = 75ad095bb51e1f66c9f7691e6af12f44 -SHA256 (pdftohtml-0.36.tar.gz) = cfd23b6ca01cb611de7175418f494086589766a96c19b03d81a1b284e097b175 -SIZE (pdftohtml-0.36.tar.gz) = 300922 +MD5 (pdftohtml-0.38.tar.gz) = 4f69f650a5cb2012b2ca63f15c31f6a9 +SHA256 (pdftohtml-0.38.tar.gz) = e5a20f06f9465c444409847df1ec259f0544d794f9d74e169de7a2ef37a411ac +SIZE (pdftohtml-0.38.tar.gz) = 435709 |