2013-03-08 21:23:38 +01:00
|
|
|
# Created by: ijliao
|
2001-12-29 16:04:03 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xbindkeys
|
2014-01-24 04:20:23 +01:00
|
|
|
PORTVERSION= 1.8.6
|
2014-11-06 19:33:54 +01:00
|
|
|
PORTREVISION= 2
|
2001-12-29 16:04:03 +01:00
|
|
|
CATEGORIES= x11
|
2013-04-16 21:42:47 +02:00
|
|
|
MASTER_SITES= http://www.nongnu.org/xbindkeys/
|
2001-12-29 16:04:03 +01:00
|
|
|
|
2014-09-24 08:00:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Allows you to launch shell commands under X with your keyboard
|
2001-12-29 16:04:03 +01:00
|
|
|
|
2013-04-16 21:42:47 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-05-12 14:40:30 +02:00
|
|
|
OPTIONS_DEFINE= GUILE TCL
|
2007-01-09 22:48:50 +01:00
|
|
|
|
2008-03-23 17:44:09 +01:00
|
|
|
USE_XORG= x11 xi
|
2002-09-20 08:38:19 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-03-27 15:06:50 +01:00
|
|
|
|
2013-09-29 01:45:19 +02:00
|
|
|
PLIST_FILES= bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc man/man1/xbindkeys.1.gz
|
2002-09-20 08:38:19 +02:00
|
|
|
|
2014-11-06 19:33:54 +01:00
|
|
|
TCL_USES= tk
|
|
|
|
TCL_CONFIGURE_OFF= --disable-tk
|
|
|
|
TCL_PLIST_FILES= bin/xbindkeys_show man/man1/xbindkeys_show.1.gz
|
|
|
|
GUILE_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
|
|
|
GUILE_CONFIGURE_OFF= --disable-guile
|
2004-01-05 02:57:50 +01:00
|
|
|
|
2003-10-29 17:09:10 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's| wish | ${WISH} |g' ${WRKSRC}/xbindkeys_show
|
|
|
|
|
2001-12-29 16:04:03 +01:00
|
|
|
post-install:
|
2013-10-23 20:57:48 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
2013-09-29 01:45:19 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${STAGEDIR}${EXAMPLESDIR}
|
2001-12-29 16:04:03 +01:00
|
|
|
|
2013-04-16 21:42:47 +02:00
|
|
|
.include <bsd.port.mk>
|