freebsd-ports/x11/numlockx/Makefile
Kirill Ponomarev 21f5cc4d5a - Update MASTER_SITES
PR:		ports/66907
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer
2004-05-20 19:27:31 +00:00

26 lines
688 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.0
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://caraldi.com/jbq/numlockx/ \
http://ktown.kde.org/~seli/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>