pkgsrc/inputmethod/fcitx-configtool/Makefile

21 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/08/17 20:19:14 leot Exp $
DISTNAME= fcitx-configtool-0.4.9
PKGREVISION= 6
CATEGORIES= inputmethod
MASTER_SITES= https://download.fcitx-im.org/fcitx-configtool/
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://download.fcitx-im.org/fcitx-configtool/
COMMENT= GTK 3 Fcitx configuration tool
LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
.include "../../inputmethod/fcitx/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"