2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Soeren Boll Overgaard <boll@tolkien.dk>
|
2001-08-06 14:15:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pdftohtml
|
2014-06-20 20:37:53 +02:00
|
|
|
PORTVERSION= 0.40a
|
2001-08-06 14:15:55 +02:00
|
|
|
CATEGORIES= textproc
|
2014-06-22 11:03:46 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Experimental%20Versions/${PORTNAME}%20${PORTVERSION:S|a||} \
|
2014-06-21 21:01:21 +02:00
|
|
|
http://fossies.org/linux/www/
|
2001-08-06 14:15:55 +02:00
|
|
|
|
2013-05-16 15:08:03 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-10-07 01:54:23 +02:00
|
|
|
COMMENT= Command-line tool for converting pdf-files into html
|
2012-06-05 09:14:09 +02:00
|
|
|
|
2013-10-07 01:54:23 +02:00
|
|
|
USES= gmake
|
2007-03-28 10:30:10 +02:00
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
2006-04-20 12:34:53 +02:00
|
|
|
|
2013-10-07 01:54:23 +02:00
|
|
|
PLIST_FILES= bin/pdf-to-html
|
2006-03-28 00:16:34 +02:00
|
|
|
|
2002-06-18 10:15:26 +02:00
|
|
|
pre-patch:
|
2006-03-28 00:16:34 +02:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
|
|
|
|
${REINPLACE_CMD} -e "s|-O[0-9]||" -e "s|-g||"
|
2002-06-18 10:15:26 +02:00
|
|
|
|
2001-08-06 14:15:55 +02:00
|
|
|
do-install:
|
2014-03-20 16:04:39 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/pdftohtml \
|
|
|
|
${STAGEDIR}${PREFIX}/bin/pdf-to-html
|
2001-08-06 14:15:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|