aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ipdf/Makefile
blob: 8701ae7574ecb12746d2a8c57dd9aea611070867 (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
# Created by: ijliao
# $FreeBSD$

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

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

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

GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MAN1=       ipdf.1
PLIST_FILES=    bin/ipdf

NO_STAGE=   yes
.include <bsd.port.mk>