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

(-)textproc/ipdf/Makefile (-6 / +7 lines)
Lines 7-26 Link Here
7
#
7
#
8
8
9
PORTNAME=	ipdf
9
PORTNAME=	ipdf
10
PORTVERSION=	0.9.7
10
PORTVERSION=	0.9.9
11
CATEGORIES=	textproc
11
CATEGORIES=	textproc
12
MASTER_SITES=	http://hoopajoo.net/static/projects/
12
MASTER_SITES=	http://hoopajoo.net/static/projects/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Creates indexed pdf documents from text files
15
COMMENT=	Creates indexed pdf documents from text files
16
16
17
LIB_DEPENDS=	pdf:${PORTSDIR}/print/pdflib \
17
LIB_DEPENDS=	pdf.5:${PORTSDIR}/print/pdflib \
18
		png:${PORTSDIR}/graphics/png \
18
		png.5:${PORTSDIR}/graphics/png \
19
		tiff:${PORTSDIR}/graphics/tiff
19
		tiff.4:${PORTSDIR}/graphics/tiff
20
20
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
		LIBS="-L${LOCALBASE}/lib"
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib"
24
25
25
MAN1=	ipdf.1
26
MAN1=	ipdf.1
26
27
(-)textproc/ipdf/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ipdf-0.9.7.tar.gz) = 245c94a55ad56e42c0b4e34c4e759219
1
MD5 (ipdf-0.9.9.tar.gz) = 8adfbad26b9f986bc5d1d89576d3ffc6
(-)textproc/ipdf/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
bookmarks in documents and system/user configuration files. Suitable for
6
bookmarks in documents and system/user configuration files. Suitable for
7
use in an intranet gateway for generating PDF documents in real-time.
7
use in an intranet gateway for generating PDF documents in real-time.
8
8
9
WWW: http://hoopajoo.net/project_info.html?projectid=18
9
WWW: http://hoopajoo.net/projects/ipdf.html

Return to bug 54542