mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
27 lines
511 B
Makefile
27 lines
511 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/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>
|