1PORTNAME= libstroke 2PORTVERSION= 0.5.1 3PORTREVISION= 6 4CATEGORIES= devel 5MASTER_SITES= http://etla.net/libstroke/ 6 7MAINTAINER= ports@FreeBSD.org 8COMMENT= Stroke translation library 9WWW= http://www.etla.net/libstroke/ 10 11GNU_CONFIGURE= yes 12INSTALL_TARGET= install-strip 13USES= gmake libtool autoreconf xorg 14USE_CSTD= gnu89 15USE_XORG= x11 16USE_LDCONFIG= yes 17 18post-patch: 19 @${REINPLACE_CMD} '/^[[:space:]]*#/d' ${WRKSRC}/libstroke/Makefile.am 20 21.include <bsd.port.mk> 22