Quickly and easily select a piece of the screen using a minimal number of
keystrokes. WWW: http://www.semicomplete.com/projects/keynav/ PR: ports/114217 Submitted by: Wesley Shields <wxs at atarininja.org>
This commit is contained in:
parent
fbc058fc5b
commit
fc3d9c9897
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194746
4 changed files with 34 additions and 0 deletions
|
@ -143,6 +143,7 @@
|
|||
SUBDIR += kdelibs3
|
||||
SUBDIR += kdelibs3-nocups
|
||||
SUBDIR += keylaunch
|
||||
SUBDIR += keynav
|
||||
SUBDIR += kxgenerator
|
||||
SUBDIR += libICE
|
||||
SUBDIR += libSM
|
||||
|
|
26
x11/keynav/Makefile
Normal file
26
x11/keynav/Makefile
Normal file
|
@ -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>
|
3
x11/keynav/distinfo
Normal file
3
x11/keynav/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (keynav-20070629.tar.gz) = 4919cd0404e1733cde01e211e5462e35
|
||||
SHA256 (keynav-20070629.tar.gz) = 103b280a7174b59dc7e4ccbc3f8c4e02cdce1f61922b61d361d9f7fc92cee012
|
||||
SIZE (keynav-20070629.tar.gz) = 11286
|
4
x11/keynav/pkg-descr
Normal file
4
x11/keynav/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue