blob: a3b9a55c165e113e45fd756487b9a39d0bbf88a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-anthy
PORTVERSION= 0.1.1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Anthy support for Fcitx
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
anthy:${PORTSDIR}/japanese/anthy
USE_XZ= yes
USES= cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
NO_STAGE= yes
.include <bsd.port.mk>
|