mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8f79cfd53c
drop maintainership PR: 129012 Submitted by: Wen Heping <wenheping@gmail.com>
33 lines
575 B
Makefile
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>
|