freebsd-ports/textproc/fcitx-m17n/Makefile
2021-04-06 16:31:07 +02:00

21 lines
466 B
Makefile

# 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>