freebsd-ports/textproc/fcitx-m17n/Makefile

22 lines
462 B
Makefile
Raw Normal View History

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-m17n
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= fcitx
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Multilingualization support for Fcitx
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libm17n.so:${PORTSDIR}/devel/m17n-lib
USES= cmake gettext pkgconfig tar:xz
USE_GNOME= intltool
.include <bsd.port.mk>