freebsd-ports/chinese/libchewing/Makefile
Cheng-Lung Sung d5a4216cea - since isspace(0xa0) return true. When using sscanf(...,"%s",...),
it will treat some UTF8 words containing 0xa0 as spaces.
  Thus those words will be skipped.
- added two patch to avoid that problem.
- bump PORTREVISION

Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
2006-05-20 16:23:34 +00:00

23 lines
500 B
Makefile

# New ports collection makefile for: libchewing
# Date created: 5 Sep 2004
# Whom: Kuang-che Wu <kcwu@csie.org>
#
# $FreeBSD$
#
PORTNAME= libchewing
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= chinese textproc
MASTER_SITES= http://chewing.csie.net/download/libchewing/
MAINTAINER= clsung@FreeBSD.org
COMMENT= The Chewing intelligent phonetic input method library
USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
DATADIR= ${PREFIX}/share/chewing
.include <bsd.port.mk>