blob: 99e3b651eb16a4b5f27121e884e1a644de6e30dd (
plain) (
blame)
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:${PORTSDIR}/chinese/fcitx \
libanthy.so:${PORTSDIR}/japanese/anthy
USES= cmake gettext pkgconfig tar:xz
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|