blob: 620acafa32c42c3a7dcf1ca1b57629bae3926d8c (
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
24
25
26
27
28
|
# New ports collection makefile for: fcitx-table-extra
# Date created: 5 Sep 2012
# Whom: Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fcitx-table-extra
PORTVERSION= 0.3.3
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Table-based input methods for Fcitx
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx
USE_XZ= yes
USE_GETTEXT= yes
USES= cmake
USE_GNOME= intltool
INSTALLS_ICONS= yes
STRIP=
PROJECTHOST= fcitx
.include <bsd.port.mk>
|