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
|
2010-05-09 13:22:26 +02:00
|
|
|
PORTVERSION= 1.2
|
2003-10-01 12:58:13 +02:00
|
|
|
CATEGORIES= x11
|
2011-10-28 15:56:37 +02:00
|
|
|
MASTER_SITES= http://home.kde.org/~seli/numlockx/ \
|
|
|
|
CRITICAL
|
2003-10-01 12:58:13 +02:00
|
|
|
|
2010-10-08 19:38:51 +02:00
|
|
|
MAINTAINER= simon@olofsson.de
|
2010-05-09 13:22:26 +02:00
|
|
|
COMMENT= Turns on numlock in X
|
2003-10-01 12:58:13 +02:00
|
|
|
|
2010-05-09 13:22:26 +02:00
|
|
|
USE_XORG= x11 xext xtst
|
2003-11-03 10:33:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-05-09 13:22:26 +02:00
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
|
|
AUTOHEADER="${TRUE}"
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/numlockx
|
2003-10-01 12:58:13 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-10-01 12:58:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|