freebsd-ports/textproc/ipdf/Makefile
Ying-Chieh Liao a4a1a3253b add ipdf
Creates indexed pdf documents from text files
2001-11-16 05:53:50 +00:00

27 lines
512 B
Makefile

# ex:ts=8
# New ports collection makefile for: ipdf
# Date created: Nov 16, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ipdf
PORTVERSION= 0.9.7
CATEGORIES= textproc
MASTER_SITES= http://hoopajoo.net/static/projects/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= pdf:${PORTSDIR}/print/pdflib3 \
png:${PORTSDIR}/graphics/png \
tiff:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= ipdf.1
.include <bsd.port.mk>