18 lines
435 B
Makefile
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>
|