openbsd-ports/x11/xbindkeys/Makefile
jasper 123168291a - update to xbindkeys-1.8.5
* mostly fixes for guile, which is disabled in our port.
2013-01-29 07:34:46 +00:00

33 lines
657 B
Makefile

# $OpenBSD: Makefile,v 1.14 2013/01/29 07:34:46 jasper 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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = 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_REGRESS = Yes
pre-configure:
${MODTCL_WISH_ADJ} ${WRKSRC}/xbindkeys_show
.include <bsd.port.mk>