blob: e242b9470c1e5990dd13c61fb2aec6c7b7b2c2f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-m17n
PORTVERSION= 0.1.4
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= fcitx
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Multilingualization support for Fcitx
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
m17n:${PORTSDIR}/devel/m17n-lib
USE_XZ= yes
USE_GETTEXT= yes
USES= cmake
USE_GNOME= intltool
.include <bsd.port.mk>
|