blob: 4ce8af2f26811c40be49398fb9fb172400931d5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: fcitx-configtool
# Date created: 09 Nov 2011
# Whom: Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fcitx-configtool
PORTVERSION= 0.3.1
CATEGORIES= chinese x11
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Fcitx IM configure tool
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx
USE_BZIP2= yes
USE_GNOME= gtk20 intltool gnomehack
USE_GETTEXT= yes
USE_CMAKE= yes
PROJECTHOST= fcitx
PLIST_FILES= bin/fcitx-config-gtk \
share/locale/zh_CN/LC_MESSAGES/fcitx-configtool.mo
.include <bsd.port.mk>
|