freebsd-ports/print/libharu/Makefile
Alexander Nedotsukov 34cfbf5cd0 - Fix plist when NOPORTDOCS isnt defined (docs specified two times)
- Cleanups, use proper macro instead of cp -R
- Assign maintainership

PR:	138671
2009-09-11 04:02:32 +00:00

29 lines
537 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= kimelto@gmail.com
COMMENT= Haru Free PDF Library
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
.endif
.include <bsd.port.mk>