aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ipdf/Makefile
blob: ba237e298fd4467e476d441b8296830d63565099 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ex:ts=8
# New ports collection makefile for:    ipdf
# Date created:         Nov 16, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   ipdf
PORTVERSION=    1.0.0
PORTREVISION=   1
CATEGORIES= textproc
MASTER_SITES=   http://hoopajoo.net/static/projects/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Creates indexed pdf documents from text files

LIB_DEPENDS=    pdf.7:${PORTSDIR}/print/pdflib \
        png.5:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       ipdf.1
PLIST_FILES=    bin/ipdf

.include <bsd.port.mk>