1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Julien Laffaye e93d85f4d6 Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
2011-06-08 16:52:32 +00:00

25 lines
454 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= jlaffaye@FreeBSD.org
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>