blob: 8237d6047e77327792df3089b9c38b893f3fafd4 (
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.1.1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= fcitx
MAINTAINER= ports@FreeBSD.org
COMMENT= Anthy support for Fcitx
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libanthy.so:${PORTSDIR}/japanese/anthy
USES= cmake gettext pkgconfig tar:xz
USE_GNOME= intltool
PROJECTHOST= fcitx
.include <bsd.port.mk>
|