[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / inputmethod / fcitx5-chewing

File: [cvs.NetBSD.org] / pkgsrc / inputmethod / fcitx5-chewing / Makefile (download)

Revision 1.4, Tue Mar 2 13:24:53 2021 UTC (3 years, 1 month ago) by ryoon
Branch: MAIN
Changes since 1.3: +2 -2 lines

fcitx5: Set build time dependency to extra-cmake-modules

* Replace DEPENDS with BUILD_DEPENDS. And remove trailing slash.
* Add new BUILD_DEPENDS to some packages. CMake dectects ECM.

# $NetBSD: Makefile,v 1.4 2021/03/02 13:24:53 ryoon Exp $

DISTNAME=	fcitx5-chewing-5.0.4
CATEGORIES=	inputmethod
MASTER_SITES=	https://download.fcitx-im.org/fcitx5/fcitx5-chewing/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	ryoon@NetBSD.org
HOMEPAGE=	https://github.com/fcitx/fcitx5-chewing
COMMENT=	Chewing engine for Fcitx5
LICENSE=	gnu-gpl-v2

BUILD_DEPENDS+=	extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules

USE_CMAKE=		yes
USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		c c++

.include "../../inputmethod/fcitx5/buildlink3.mk"
.include "../../inputmethod/libchewing/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"