pkgsrc/x11/keybinder/Makefile

17 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/08/17 20:17:52 leot Exp $
PKGREVISION= 11
.include "Makefile.common"
CATEGORIES= x11
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Library for registering keyboard shortcuts
LICENSE= gnu-gpl-v2
CONFIGURE_ARGS+= --disable-lua
CONFIGURE_ARGS+= --disable-python
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"