# Created by: Kuang-che Wu <kcwu@csie.org>
# $FreeBSD: chinese/libchewing/Makefile 327713 2013-09-20 16:01:22Z bapt $

PORTNAME=	libchewing
PORTVERSION=	0.3.4
CATEGORIES=	chinese textproc
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	The Chewing intelligent phonetic input method library

INFO=		libchewing

USES=		gmake pkgconfig pathfix
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_BZIP2=	yes

DATADIR=	${PREFIX}/share/chewing
PROJECTHOST=	chewing

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=		Does not install on powerpc: signal 6
.endif

.include <bsd.port.post.mk>
