diff options
author | znerd <znerd@FreeBSD.org> | 2003-10-01 10:58:13 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2003-10-01 10:58:13 +0000 |
commit | 98e1ff05354500a7cc22961138c4ff5b7a172b7d (patch) | |
tree | b76952b03d8461fc99fada5772b83d02ea1c5bfb /x11/numlockx/Makefile | |
parent | 42ac9cfd952294f94198c9246e5e15cb2d635caa (diff) | |
download | FreeBSD-ports-98e1ff05354500a7cc22961138c4ff5b7a172b7d.zip FreeBSD-ports-98e1ff05354500a7cc22961138c4ff5b7a172b7d.tar.gz |
New port: numlockx.
PR: 56638
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Diffstat (limited to 'x11/numlockx/Makefile')
-rw-r--r-- | x11/numlockx/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile new file mode 100644 index 0000000..923465c --- /dev/null +++ b/x11/numlockx/Makefile @@ -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 |