blob: 1aafda4c3fd020449f44ebe40f1004671c8013b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.5 2003/07/17 22:56:51 grant Exp $
#
DISTNAME= xbindkeys-1.5.5
CATEGORIES= x11
MASTER_SITES= http://hocwp.free.fr/xbindkeys/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html
COMMENT= Launches shell commands with your keyboard or your mouse
USE_BUILDLINK2= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../x11/tk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|