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