blob: e773204a450e624bd7bd426aa678854652476ed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.2 2002/06/16 10:44:09 cjep Exp $
#
DISTNAME= xbindkeys-1.5.5
CATEGORIES= x11
MASTER_SITES= http://hocwp.free.fr/xbindkeys/
MAINTAINER= jmmv@hispabsd.org
HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html
COMMENT= Launches shell commands with your keyboard or your mouse
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../x11/tk/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|