New port: numlockx.
PR: 56638 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
This commit is contained in:
parent
b521a46eb2
commit
f1aaaa33ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89962
5 changed files with 32 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
|||
SUBDIR += mgapdesk
|
||||
SUBDIR += mlterm
|
||||
SUBDIR += multi-gnome-terminal
|
||||
SUBDIR += numlockx
|
||||
SUBDIR += nvidia-driver
|
||||
SUBDIR += offix-clipboard
|
||||
SUBDIR += offix-execute
|
||||
|
|
24
x11/numlockx/Makefile
Normal file
24
x11/numlockx/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: numlockx
|
||||
# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
||||
# Date Created: 2003-09-09 16:05:29
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= numlockx
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://dforce.sh.cvut.cz/~seli/en/numlockx/
|
||||
|
||||
MAINTAINER= jb.quenot@caraldi.com
|
||||
COMMENT= This little thingy allows you to start X with NumLock turned on
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
# Needed for the "configure" program to find XTest and XKB header files
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
# ex:ts=18
|
1
x11/numlockx/distinfo
Normal file
1
x11/numlockx/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (numlockx-1.0.tar.gz) = e6956c130f29d0099291281dc99f049b
|
5
x11/numlockx/pkg-descr
Normal file
5
x11/numlockx/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This little thingy allows you to start X with NumLock turned on ( which is
|
||||
a feature that a lot of people seem to miss and nobody really knew how to
|
||||
achieve this ).
|
||||
|
||||
WWW: http://dforce.sh.cvut.cz/~seli/en/numlockx/
|
1
x11/numlockx/pkg-plist
Normal file
1
x11/numlockx/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/numlockx
|
Loading…
Reference in a new issue