diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-29 15:04:03 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-29 15:04:03 +0000 |
commit | c99539284ca7572d84ae3f8a0bd07aae59624e5f (patch) | |
tree | e60d16778e5fa5412acd87c2c7123687d8801414 /x11/xbindkeys | |
parent | Add speedbar, which enable quick access to files and tags in an Emacs frame. (diff) |
add xbindkeys 1.0.1
Allows you to launch shell commands under X with your keyboard
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r-- | x11/xbindkeys/Makefile | 28 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 1 | ||||
-rw-r--r-- | x11/xbindkeys/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xbindkeys/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xbindkeys/pkg-plist | 4 |
5 files changed, 38 insertions, 0 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile new file mode 100644 index 000000000000..4872adbec8ac --- /dev/null +++ b/x11/xbindkeys/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# New ports collection makefile for: xbindkeys +# Date created: Dec 29, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xbindkeys +PORTVERSION= 1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://hocwp.free.fr/xbindkeys/ + +MAINTAINER= ports@FreeBSD.org + +WITH_XLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include" + +MAN1= xbindkeys.1 xbindkeys_show.1 + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo new file mode 100644 index 000000000000..79a5fc6c4d55 --- /dev/null +++ b/x11/xbindkeys/distinfo @@ -0,0 +1 @@ +MD5 (xbindkeys-1.0.1.tar.gz) = 6cabb537f95b3e0f1b7ec4e526d2d16b diff --git a/x11/xbindkeys/pkg-comment b/x11/xbindkeys/pkg-comment new file mode 100644 index 000000000000..f2fab13f8121 --- /dev/null +++ b/x11/xbindkeys/pkg-comment @@ -0,0 +1 @@ +Allows you to launch shell commands under X with your keyboard diff --git a/x11/xbindkeys/pkg-descr b/x11/xbindkeys/pkg-descr new file mode 100644 index 000000000000..f9c3afbda097 --- /dev/null +++ b/x11/xbindkeys/pkg-descr @@ -0,0 +1,4 @@ +xbindkeys is a program that allows you to launch shell commands under X +with your keyboard. It links commands to keys, using a configuration file. + +WWW: http://hocwp.free.fr/xbindkeys/xbindkeys.html diff --git a/x11/xbindkeys/pkg-plist b/x11/xbindkeys/pkg-plist new file mode 100644 index 000000000000..fe96f8e1ef9d --- /dev/null +++ b/x11/xbindkeys/pkg-plist @@ -0,0 +1,4 @@ +bin/xbindkeys +bin/xbindkeys_show +%%PORTDOCS%%share/examples/xbindkeys/xbindkeysrc +%%PORTDOCS%%@dirrm share/examples/xbindkeys |