aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/fcitx-m17n/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/fcitx-m17n/Makefile')
-rw-r--r--textproc/fcitx-m17n/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/fcitx-m17n/Makefile b/textproc/fcitx-m17n/Makefile
index 5a5ff9544377..deec5cc2f535 100644
--- a/textproc/fcitx-m17n/Makefile
+++ b/textproc/fcitx-m17n/Makefile
@@ -2,20 +2,19 @@
# $FreeBSD$
PORTNAME= fcitx-m17n
-PORTVERSION= 0.1.4
-PORTREVISION= 1
+PORTVERSION= 0.2.3
CATEGORIES= textproc
-MASTER_SITES= GOOGLE_CODE
-PROJECTHOST= fcitx
+MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Multilingualization support for Fcitx
+LICENSE= LGPL21
+
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libm17n.so:${PORTSDIR}/devel/m17n-lib
USES= cmake gettext pkgconfig tar:xz
-USE_GNOME= intltool
.include <bsd.port.mk>