2011-03-14 05:15:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/03/14 09:15:34 sthen 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
|
|
|
|
DISTNAME = xbindkeys-1.8.4
|
2011-03-14 05:15:33 -04:00
|
|
|
REVISION = 0
|
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
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = 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
|
2011-01-05 12:37:33 -05:00
|
|
|
MASTER_SITES = http://www.nongnu.org/xbindkeys/
|
2007-04-11 12:19:49 -04:00
|
|
|
|
2011-01-05 12:37:33 -05:00
|
|
|
MODULES = x11/tk
|
|
|
|
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
|
|
|
|
SEPARATE_BUILD =concurrent
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2007-04-11 12:19:49 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-01-05 12:37:33 -05:00
|
|
|
CONFIGURE_ARGS+=--disable-guile
|
|
|
|
NO_REGRESS = 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>
|