2011-03-14 09:15:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/03/14 09:15:34 sthen Exp $
|
2007-04-11 16:19:49 +00:00
|
|
|
|
2011-01-05 17:37:33 +00:00
|
|
|
COMMENT = bind keys or mouse buttons to shell commands under X11
|
|
|
|
DISTNAME = xbindkeys-1.8.4
|
2011-03-14 09:15:33 +00:00
|
|
|
REVISION = 0
|
2011-01-05 17:37:33 +00:00
|
|
|
CATEGORIES = x11
|
2007-04-11 16:19:49 +00:00
|
|
|
|
2011-01-05 17:37:33 +00:00
|
|
|
HOMEPAGE = http://www.nongnu.org/xbindkeys/xbindkeys.html
|
2007-04-11 16:19:49 +00:00
|
|
|
|
2010-12-07 14:46:24 +00:00
|
|
|
# GPLv2+
|
2011-01-05 17:37:33 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
WANTLIB = X11 c
|
2007-04-11 16:19:49 +00:00
|
|
|
|
2010-12-07 14:46:24 +00:00
|
|
|
# not on MASTER_SITE_SAVANNAH
|
2011-01-05 17:37:33 +00:00
|
|
|
MASTER_SITES = http://www.nongnu.org/xbindkeys/
|
2007-04-11 16:19:49 +00:00
|
|
|
|
2011-01-05 17:37:33 +00:00
|
|
|
MODULES = x11/tk
|
|
|
|
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
|
|
|
|
SEPARATE_BUILD =concurrent
|
2010-10-19 08:13:56 +00:00
|
|
|
USE_GROFF = Yes
|
2007-04-11 16:19:49 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-01-05 17:37:33 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-guile
|
|
|
|
NO_REGRESS = Yes
|
2007-04-11 16:19:49 +00:00
|
|
|
|
2009-08-10 21:17:50 +00:00
|
|
|
pre-configure:
|
|
|
|
${MODTCL_WISH_ADJ} ${WRKSRC}/xbindkeys_show
|
|
|
|
|
2007-04-11 16:19:49 +00:00
|
|
|
.include <bsd.port.mk>
|