freebsd-ports/x11/numlockx/Makefile
Edwin Groothuis 48ff890584 Maintainer update: x11/numlockx 1.1
This is an update of x11/numlockx to version 1.1.  Thanks
	in advance!

PR:		ports/86907
Submitted by:	Jean-Baptiste Quenot <jbq@caraldi.com>
2005-10-04 23:31:06 +00:00

25 lines
672 B
Makefile

# ex:ts=18
# 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.1
CATEGORIES= x11
MASTER_SITES= http://ktown.kde.org/~seli/numlockx/ \
http://caraldi.com/jbq/numlockx/
MAINTAINER= jb.quenot@caraldi.com
COMMENT= This little thingy allows you to start X with NumLock turned on
GNU_CONFIGURE= yes
PLIST_FILES= bin/numlockx
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>