6789d44009
These are currently duplicated in mk/platform/SunOS.mk but the generic removals will be removed soon in favour of per-package removals, due to flags getting leaked into installed files.
27 lines
775 B
Makefile
27 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.2 2022/11/21 18:20:46 jperkin Exp $
|
|
|
|
DISTNAME= xcb-imdkit-1.0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://download.fcitx-im.org/fcitx5/xcb-imdkit/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/fcitx/xcb-imdkit
|
|
COMMENT= Implementation of xim protocol in xcb
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES+= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= src/xcb-imdkit.pc.in
|
|
|
|
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--as-needed
|
|
|
|
.include "../../devel/uthash/buildlink3.mk"
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.include "../../x11/xcb-util/buildlink3.mk"
|
|
.include "../../x11/xcb-util-keysyms/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|