blob: 72fd55e3a3d6aebaf644e61cb5540aa6fe081184 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-anthy
PORTVERSION= 0.2.1
CATEGORIES= japanese
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Anthy support for Fcitx
LICENSE= GPLv2
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libanthy.so:japanese/anthy
USES= cmake gettext pkgconfig tar:xz
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|