mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e626c8d133
Approved by: portmgr (blanket infrastructure)
23 lines
480 B
Makefile
23 lines
480 B
Makefile
# 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= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
libchewing.so:${PORTSDIR}/chinese/libchewing
|
|
|
|
USE_XZ= yes
|
|
USES= cmake gettext pkgconfig
|
|
USE_GNOME= intltool
|
|
|
|
.include <bsd.port.mk>
|