View | Details | Raw Unified | Return to bug 39503
Collapse All | Expand All

(-)pdftohtml/Makefile (-1 / +3 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	pdftohtml
9
PORTNAME=	pdftohtml
10
PORTVERSION=	0.34
10
PORTVERSION=	0.34
11
PORTREVISION=	1
11
CATEGORIES=	textproc
12
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-22 Link Here
15
16
16
MAINTAINER=	erwin@lansing.dk
17
MAINTAINER=	erwin@lansing.dk
17
18
19
RUN_DEPENDS=	${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
20
18
WRKSRC=		${WRKDIR}/${PORTNAME}
21
WRKSRC=		${WRKDIR}/${PORTNAME}
19
USE_GMAKE=	yes
20
22
21
pre-patch:
23
pre-patch:
22
.for file in goo/Makefile xpdf/Makefile
24
.for file in goo/Makefile xpdf/Makefile
(-)pdftohtml/pkg-descr (-2 / +2 lines)
Lines 1-6 Link Here
1
This is a port of pdftohtml, which converts pdf-files into nicely i
1
This is a port of pdftohtml, which converts pdf-files into nicely
2
formatted html, combined with png images.
2
formatted html, combined with png images.
3
The HTML generated uses frames to emulate the contentlisting from 
3
The HTML generated uses frames to emulate the content listing from 
4
the pdf.
4
the pdf.
5
5
6
WWW: http://sourceforge.net/projects/pdftohtml/
6
WWW: http://sourceforge.net/projects/pdftohtml/

Return to bug 39503