08c99f3ad5
Approved by: portmgr (bapt)
27 lines
526 B
Makefile
27 lines
526 B
Makefile
# 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
|
|
USES= cmake gettext
|
|
USE_GNOME= intltool
|
|
INSTALLS_ICONS= yes
|
|
STRIP=
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
.include <bsd.port.mk>
|