2012-11-26 15:55:47 +01:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcitx-m17n
|
2013-01-28 07:27:39 +01:00
|
|
|
PORTVERSION= 0.1.4
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 1
|
2012-11-26 15:55:47 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2013-01-28 07:27:39 +01:00
|
|
|
PROJECTHOST= fcitx
|
2012-11-26 15:55:47 +01:00
|
|
|
DIST_SUBDIR= fcitx
|
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
2013-01-28 07:27:39 +01:00
|
|
|
COMMENT= Multilingualization support for Fcitx
|
2012-11-26 15:55:47 +01:00
|
|
|
|
2014-07-14 20:42:04 +02:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
|
|
libm17n.so:${PORTSDIR}/devel/m17n-lib
|
2012-11-26 15:55:47 +01:00
|
|
|
|
2014-07-29 23:07:39 +02:00
|
|
|
USES= cmake gettext pkgconfig tar:xz
|
2012-11-26 15:55:47 +01:00
|
|
|
USE_GNOME= intltool
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|