2014-08-13 06:19:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2014/08/13 06:19:59 dcoppa 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
|
2014-08-13 06:19:59 +00:00
|
|
|
DISTNAME = xbindkeys-1.8.6
|
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
|
|
|
|
|
|
|
|
WANTLIB = X11 c
|
2007-04-11 16:19:49 +00:00
|
|
|
|
2010-12-07 14:46:24 +00:00
|
|
|
# not on MASTER_SITE_SAVANNAH
|
2013-01-29 07:34:46 +00:00
|
|
|
MASTER_SITES = ${HOMEPAGE:=/../}
|
2007-04-11 16:19:49 +00:00
|
|
|
|
2011-01-05 17:37:33 +00:00
|
|
|
MODULES = x11/tk
|
2013-11-02 00:38:16 +00:00
|
|
|
RUN_DEPENDS = ${MODTK_RUN_DEPENDS} \
|
|
|
|
devel/desktop-file-utils
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD =Yes
|
2013-01-29 07:34:46 +00:00
|
|
|
|
2007-04-11 16:19:49 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-01-05 17:37:33 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-guile
|
2013-01-29 07:34:46 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST = 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
|
|
|
|
|
2013-11-02 00:38:16 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/xbindkeys.desktop \
|
|
|
|
${PREFIX}/share/applications/
|
|
|
|
|
2007-04-11 16:19:49 +00:00
|
|
|
.include <bsd.port.mk>
|