freebsd-ports/print/libharu/Makefile
Beech Rintoul ad07b6492c Update to 2.2.1
Remove MD5

PR:		152476
Submitted by:	Julien Laffaye <kimelto@gmail.com> (maintaine)
Approved by:	itetcu
2010-11-24 06:04:03 +00:00

24 lines
451 B
Makefile

# ex:ts=8
# Ports collection makefile for: libharu
# Date created: Jun 15, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libharu
PORTVERSION= 2.2.1
CATEGORIES= print
MASTER_SITES= http://libharu.org/files/
MAINTAINER= kimelto@gmail.com
COMMENT= Haru Free PDF Library
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-png=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes
.include <bsd.port.mk>