1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/textproc/fcitx-m17n/Makefile
Wen Heping d2ff71776c - Fix build by adding bash as BUILD_DEPENDS
PR:		231612
Submitted by:	wen@
Approved by:	maintainer
2018-11-11 11:47:33 +00:00

23 lines
478 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
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>