1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/textproc/ipdf/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

30 lines
587 B
Makefile

# ex:ts=8
# New ports collection makefile for: ipdf
# Date created: Nov 16, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ipdf
PORTVERSION= 1.0.0
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= http://hoopajoo.net/static/projects/
MAINTAINER= ports@FreeBSD.org
COMMENT= Creates indexed pdf documents from text files
LIB_DEPENDS= pdf.8:${PORTSDIR}/print/pdflib \
png.6:${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
.include <bsd.port.mk>