2004-05-18 07:53:00 +02:00
|
|
|
# ex:ts=18
|
2003-10-01 12:58:13 +02:00
|
|
|
# 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
|
2005-10-05 01:31:06 +02:00
|
|
|
PORTVERSION= 1.1
|
2003-10-01 12:58:13 +02:00
|
|
|
CATEGORIES= x11
|
2005-10-05 01:31:06 +02:00
|
|
|
MASTER_SITES= http://ktown.kde.org/~seli/numlockx/ \
|
|
|
|
http://caraldi.com/jbq/numlockx/
|
2003-10-01 12:58:13 +02:00
|
|
|
|
|
|
|
MAINTAINER= jb.quenot@caraldi.com
|
|
|
|
COMMENT= This little thingy allows you to start X with NumLock turned on
|
|
|
|
|
2003-11-03 10:33:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/numlockx
|
2003-10-01 12:58:13 +02:00
|
|
|
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>
|