opnsense-ports/graphics/graphite2/Makefile
Franco Fichtner 292c1f4024 */*: sync with upstream
Taken from: FreeBSD
2015-09-11 10:06:41 +02:00

18 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= graphite2
PORTVERSION= 1.3.2
CATEGORIES= graphics print
MASTER_SITES= http://projects.palaso.org/attachments/download/434/ \
SF/silgraphite/${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Rendering capabilities for complex non-Roman writing systems
USES= cmake tar:tgz
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>