freebsd-ports/chinese/fcitx-chewing/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
494 B
Makefile

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