mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
19 lines
426 B
Makefile
19 lines
426 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= graphite2
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= graphics print
|
|
MASTER_SITES= SF/silgraphite/${PORTNAME}
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Rendering capabilities for complex non-Roman writing systems
|
|
|
|
USES= cmake iconv tar:tgz
|
|
USE_LDCONFIG= yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|