efa63f6ba4
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
23 lines
498 B
Makefile
23 lines
498 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
|
|
USE_LDCONFIG= yes
|
|
|
|
DATADIR= ${PREFIX}/share/chewing
|
|
|
|
.include <bsd.port.mk>
|