freebsd-ports/graphics/graphite2/Makefile
Baptiste Daroussin 2dec0e65e3 Update to 1.2.4
Support stage
Remove hack to uselessly change the name of the library
2013-12-11 21:55:53 +00:00

19 lines
437 B
Makefile

# $FreeBSD$
PORTNAME= graphite2
PORTVERSION= 1.2.4
CATEGORIES= graphics print
MASTER_SITES= SF/silgraphite/${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= office@FreeBSD.org
COMMENT= Rendering capabilities for complex non-Roman writing systems
USES= cmake iconv
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>