aboutsummaryrefslogtreecommitdiff
path: root/textproc/fcitx5-mcfoxim/Makefile
blob: a7f86d3ae488ef918af95d6e5fb490f16c18fd02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	fcitx5-mcfoxim
DISTVERSION=	0.1.2
CATEGORIES=	textproc

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	OpenVanilla Formosan languages for Fcitx5
WWW=		https://github.com/openvanilla/fcitx5-mcfoxim

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json

LIB_DEPENDS=	libFcitx5Core.so:textproc/fcitx5

USES=		cmake pkgconfig

USE_GITHUB=	yes
GH_ACCOUNT=	openvanilla

.include <bsd.port.mk>