diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-03 05:11:27 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-03 05:11:27 +0000 |
commit | fc3d9c9897f20218021d926485d816af4eda98ed (patch) | |
tree | ae6e36220900aec16c76af4d76d5b3e693c8a9c6 /x11/keynav | |
parent | fbc058fc5b6d012c265ef6a6fd76615e9a02bfc9 (diff) |
Notes
Diffstat (limited to 'x11/keynav')
-rw-r--r-- | x11/keynav/Makefile | 26 | ||||
-rw-r--r-- | x11/keynav/distinfo | 3 | ||||
-rw-r--r-- | x11/keynav/pkg-descr | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile new file mode 100644 index 000000000000..67b697f32d51 --- /dev/null +++ b/x11/keynav/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: keynav +# Date created: 29 June 2007 +# Whom: Wesley Shields <wxs@atarininja.org> +# +# $FreeBSD$ +# + +PORTNAME= keynav +PORTVERSION= 20070629 +CATEGORIES= x11 +MASTER_SITES= http://www.semicomplete.com/files/keynav/ \ + http://www.atarininja.org/~wxs/distfiles/ + +MAINTAINER= wxs@atarininja.org +COMMENT= Quickly select a portion of the screen using minimal keystrokes + +USE_GNOME= pkgconfig +USE_XLIB= yes +ALL_TARGET= ${PORTNAME} + +PLIST_FILES= bin/keynav + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/keynav ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11/keynav/distinfo b/x11/keynav/distinfo new file mode 100644 index 000000000000..13c218d36654 --- /dev/null +++ b/x11/keynav/distinfo @@ -0,0 +1,3 @@ +MD5 (keynav-20070629.tar.gz) = 4919cd0404e1733cde01e211e5462e35 +SHA256 (keynav-20070629.tar.gz) = 103b280a7174b59dc7e4ccbc3f8c4e02cdce1f61922b61d361d9f7fc92cee012 +SIZE (keynav-20070629.tar.gz) = 11286 diff --git a/x11/keynav/pkg-descr b/x11/keynav/pkg-descr new file mode 100644 index 000000000000..97d3c696e987 --- /dev/null +++ b/x11/keynav/pkg-descr @@ -0,0 +1,4 @@ +Quickly and easily select a piece of the screen using a minimal number of +keystrokes. + +WWW: http://www.semicomplete.com/projects/keynav/ |