blob: 91ce3cdd3a10795719ed9669fcd3e941675a0bb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.common,v 1.8 2006/01/20 16:15:54 jmmv Exp $
#
DISTNAME= xbindkeys-1.7.1
CATEGORIES= x11
MASTER_SITES= http://hocwp.free.fr/xbindkeys/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html
COMMENT= Launches shell commands with your keyboard or your mouse
DISTINFO_FILE= ${.CURDIR}/../../x11/xbindkeys/distinfo
PATCHDIR= ${.CURDIR}/../../x11/xbindkeys/patches
GNU_CONFIGURE= yes
.include "../../mk/x11.buildlink3.mk"
|