1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/print/libharu/Makefile
Ying-Chieh Liao 8f79cfd53c upgrade to 2.1.0
drop maintainership

PR:		129012
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-11-21 17:39:49 +00:00

33 lines
575 B
Makefile

# ex:ts=8
# Ports collection makefile for: libharu
# Date created: Jun 15, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libharu
PORTVERSION= 2.1.0
CATEGORIES= print
MASTER_SITES= http://libharu.org/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Haru Free PDF Library
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes
.if !defined(NOPORTDOCS)
PORTDOCS= *
post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
.endif
.include <bsd.port.mk>