mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
24 lines
467 B
Makefile
24 lines
467 B
Makefile
# Created by: Ka Ho Ng <khng300@gmail.com>
|
|
|
|
PORTNAME= fcitx5-anthy
|
|
DISTVERSION= 5.0.2
|
|
CATEGORIES= japanese textproc
|
|
|
|
MAINTAINER= khng300@gmail.com
|
|
COMMENT= Anthy support for Fcitx5
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
|
|
|
|
LIB_DEPENDS= libanthy.so:japanese/anthy \
|
|
libFcitx5Core.so:textproc/fcitx5
|
|
|
|
USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fcitx
|
|
|
|
USE_KDE= ecm
|
|
|
|
.include <bsd.port.mk>
|