mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
e5c659a318
PR: 171608 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
28 lines
535 B
Makefile
28 lines
535 B
Makefile
# New ports collection makefile for: fcitx-chewing
|
|
# Date created: 6 Feb 2012
|
|
# Whom: Zhihao Yuan <lichray@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fcitx-chewing
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
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
|
|
USE_GETTEXT= yes
|
|
USE_CMAKE= yes
|
|
USE_GNOME= intltool
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
.include <bsd.port.mk>
|