blob: f04b14029d1e4e4eea3b3bc640db9e1787c8ce8e (
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-chewing
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= fcitx
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Chewing support for Fcitx
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
chewing:${PORTSDIR}/chinese/libchewing
USE_XZ= yes
USES= cmake gettext pkgconfig
USE_GNOME= intltool
NO_STAGE= yes
.include <bsd.port.mk>
|