mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
![Julien Laffaye](/assets/img/avatar_default.png)
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor)
25 lines
454 B
Makefile
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>
|