30 lines
573 B
Makefile
30 lines
573 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:46:17 espie Exp $
|
|
|
|
COMMENT = bind keys or mouse buttons to shell commands under X11
|
|
DISTNAME = xbindkeys-1.8.5
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = http://www.nongnu.org/xbindkeys/xbindkeys.html
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = X11 c
|
|
|
|
# not on MASTER_SITE_SAVANNAH
|
|
MASTER_SITES = ${HOMEPAGE:=/../}
|
|
|
|
MODULES = x11/tk
|
|
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
|
|
SEPARATE_BUILD =Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS+=--disable-guile
|
|
|
|
NO_TEST = Yes
|
|
|
|
pre-configure:
|
|
${MODTCL_WISH_ADJ} ${WRKSRC}/xbindkeys_show
|
|
|
|
.include <bsd.port.mk>
|