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 |
|