blob: 4cfcc8f17987769d89046ebdccbc5c7e82b53aee (
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
|
# 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/pdflib \
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>
|