aboutsummaryrefslogtreecommitdiff
path: root/textproc/fcitx-m17n/Makefile
blob: 9a93ea13c0eccf8cd28233ea103f2fba666c84da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>