1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/textproc/fcitx-m17n/Makefile

22 lines
466 B
Makefile
Raw Normal View History

# Created by: Zhihao Yuan <lichray@gmail.com>
PORTNAME= fcitx-m17n
PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Multilingualization support for Fcitx
LICENSE= LGPL21
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libm17n.so:devel/m17n-lib
USES= cmake gettext pkgconfig tar:xz
.include <bsd.port.mk>