# Created by: Jerry A! <jerry@thehutt.org>
# $FreeBSD: tags/RELEASE_10_0_0/devel/libstroke/Makefile 329943 2013-10-09 23:59:14Z madpilot $

PORTNAME=	libstroke
PORTVERSION=	0.5.1
PORTREVISION=	5
CATEGORIES=	devel
MASTER_SITES=	http://etla.net/libstroke/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A stroke translation library

USES=		gmake
USE_CSTD=	gnu89
USE_XORG=	x11
USE_AUTOTOOLS=	libtool
USE_LDCONFIG=	yes

CONFIGURE_ARGS=	--disable-gtktest

post-patch:
	@${REINPLACE_CMD} -e \
		's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
			${WRKSRC}/configure

.include <bsd.port.mk>
