2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:46:17 espie Exp $
|
2007-04-11 12:19:49 -04:00
|
|
|
|
2011-01-05 12:37:33 -05:00
|
|
|
COMMENT = bind keys or mouse buttons to shell commands under X11
|
2013-01-29 02:34:46 -05:00
|
|
|
DISTNAME = xbindkeys-1.8.5
|
2011-01-05 12:37:33 -05:00
|
|
|
CATEGORIES = x11
|
2007-04-11 12:19:49 -04:00
|
|
|
|
2011-01-05 12:37:33 -05:00
|
|
|
HOMEPAGE = http://www.nongnu.org/xbindkeys/xbindkeys.html
|
2007-04-11 12:19:49 -04:00
|
|
|
|
2010-12-07 09:46:24 -05:00
|
|
|
# GPLv2+
|
2011-01-05 12:37:33 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
WANTLIB = X11 c
|
2007-04-11 12:19:49 -04:00
|
|
|
|
2010-12-07 09:46:24 -05:00
|
|
|
# not on MASTER_SITE_SAVANNAH
|
2013-01-29 02:34:46 -05:00
|
|
|
MASTER_SITES = ${HOMEPAGE:=/../}
|
2007-04-11 12:19:49 -04:00
|
|
|
|
2011-01-05 12:37:33 -05:00
|
|
|
MODULES = x11/tk
|
|
|
|
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
|
2012-03-29 09:38:12 -04:00
|
|
|
SEPARATE_BUILD =Yes
|
2013-01-29 02:34:46 -05:00
|
|
|
|
2007-04-11 12:19:49 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-01-05 12:37:33 -05:00
|
|
|
CONFIGURE_ARGS+=--disable-guile
|
2013-01-29 02:34:46 -05:00
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST = Yes
|
2007-04-11 12:19:49 -04:00
|
|
|
|
2009-08-10 17:17:50 -04:00
|
|
|
pre-configure:
|
|
|
|
${MODTCL_WISH_ADJ} ${WRKSRC}/xbindkeys_show
|
|
|
|
|
2007-04-11 12:19:49 -04:00
|
|
|
.include <bsd.port.mk>
|