pkgsrc/x11/lxhotkey/Makefile
gutteridge 0ebfd75129 lxhotkey: add version 0.1.1
LXHotkey is a universal application for the Lightweight X11 Desktop
Environment (LXDE) which allows viewing and changing global keyboard
shortcuts for window manager actions, including ones to start applications.
2021-03-18 00:21:26 +00:00

22 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/03/18 00:21:26 gutteridge Exp $
DISTNAME= lxhotkey-0.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.lxde.org/
COMMENT= View and change global keyboard shortcuts for window manager actions
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config msgfmt msgmerge xgettext
CONFIGURE_ARGS+= --with-gtk=2
.include "../../sysutils/libfm/buildlink3.mk"
.include "../../sysutils/libfm-extra/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"