freebsd-ports/x11/numlockx/Makefile
Pav Lucistnik d56b289848 - Jean-Baptiste Quenot won't be able to maintain his FreeBSD ports anymore and
wants them to be released

Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
2008-08-31 20:38:21 +00:00

26 lines
687 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
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://ktown.kde.org/~seli/numlockx/ \
http://caraldi.com/jbq/numlockx/
MAINTAINER= ports@FreeBSD.org
COMMENT= This little thingy allows you to start X with NumLock turned on
GNU_CONFIGURE= yes
USE_XORG= x11 xext
PLIST_FILES= bin/numlockx
# Needed for the "configure" program to find XTest and XKB header files
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>