diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 22:23:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 22:23:42 +0000 |
commit | 4addcd869ddaa45331615dc2f417e778ce8f8e0a (patch) | |
tree | 9a1ee3f854d296f9e6919c42a5c094a4b9bfec2d /chinese/libchewing/Makefile | |
parent | 4be27411d4902580cb96f05ad19ebe6c964b034a (diff) | |
download | ports-4addcd869ddaa45331615dc2f417e778ce8f8e0a.tar.gz ports-4addcd869ddaa45331615dc2f417e778ce8f8e0a.zip |
Notes
Diffstat (limited to 'chinese/libchewing/Makefile')
-rw-r--r-- | chinese/libchewing/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile new file mode 100644 index 000000000000..7f7d41fecd7f --- /dev/null +++ b/chinese/libchewing/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libchewing +# Date created: 5 Sep 2004 +# Whom: Kuang-che Wu <kcwu@csie.org> +# +# $FreeBSD$ +# + +PORTNAME= libchewing +PORTVERSION= 0.2.4 +CATEGORIES= chinese textproc +MASTER_SITES= http://jserv.sayya.org/qooing/ +EXTRACT_SUFX= .tgz + +MAINTAINER= kcwu@csie.org +COMMENT= The Chewing intelligent phonetic input method library + +USE_GNOME= gnomehack pkgconfig +USE_LIBTOOL_VER=15 +INSTALLS_SHLIB= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} + +.include <bsd.port.mk> |