2004-10-13 22:23:42 +00:00
|
|
|
# New ports collection makefile for: libchewing
|
|
|
|
# Date created: 5 Sep 2004
|
|
|
|
# Whom: Kuang-che Wu <kcwu@csie.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libchewing
|
2011-03-03 05:55:55 +00:00
|
|
|
PORTVERSION= 0.3.3
|
2004-10-13 22:23:42 +00:00
|
|
|
CATEGORIES= chinese textproc
|
2005-03-05 20:38:30 +00:00
|
|
|
MASTER_SITES= http://chewing.csie.net/download/libchewing/
|
2004-10-13 22:23:42 +00:00
|
|
|
|
2006-02-06 14:37:08 +00:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2004-10-13 22:23:42 +00:00
|
|
|
COMMENT= The Chewing intelligent phonetic input method library
|
|
|
|
|
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-14 04:20:56 +00:00
|
|
|
USE_LDCONFIG= yes
|
2009-12-18 05:06:18 +00:00
|
|
|
USE_BZIP2= yes
|
2005-03-05 20:38:30 +00:00
|
|
|
|
2007-08-04 11:41:30 +00:00
|
|
|
DATADIR= ${PREFIX}/share/chewing
|
2004-10-13 22:23:42 +00:00
|
|
|
|
2011-11-10 21:25:30 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "powerpc"
|
|
|
|
BROKEN= Does not install on powerpc: signal 6
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|