2006-10-29 09:32:37 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2006/10/29 08:32:46 shattered Exp $
|
Add new package:
The linux-kbd ("kbd") package provides keytable files, and keyboard,
console, and virtual terminal utilities for Linux. It is maintained by
Andries E. Brouwer.
It includes loadkeys, dumpkeys, setfont, chvt, openvt, kbdrate, and
several other tools. It also provides keymaps, Unicode mapping, console
fonts, and screen mapping data.
2003-10-26 01:42:58 +02:00
|
|
|
|
|
|
|
DISTNAME= kbd-1.08
|
|
|
|
PKGNAME= linux-${DISTNAME}
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/keyboards/} \
|
|
|
|
ftp://ftp.kernel.org/pub/linux/utils/kbd/ \
|
|
|
|
ftp://ftp.cwi.nl/pub/aeb/kbd/
|
|
|
|
# ftp://ftp.*.kernel.org/pub/linux/utils/kbd/
|
|
|
|
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
|
|
HOMEPAGE= ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/
|
|
|
|
COMMENT= Keyboard and console utilities for Linux
|
|
|
|
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-* # Uses Linux kernel headers
|
|
|
|
|
|
|
|
HAS_CONFIGURE= YES
|
2006-04-13 20:18:11 +02:00
|
|
|
USE_TOOLS+= gmake msgfmt # and xgettext
|
Add new package:
The linux-kbd ("kbd") package provides keytable files, and keyboard,
console, and virtual terminal utilities for Linux. It is maintained by
Andries E. Brouwer.
It includes loadkeys, dumpkeys, setfont, chvt, openvt, kbdrate, and
several other tools. It also provides keymaps, Unicode mapping, console
fonts, and screen mapping data.
2003-10-26 01:42:58 +02:00
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
|
2005-12-05 23:27:44 +01:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
Add new package:
The linux-kbd ("kbd") package provides keytable files, and keyboard,
console, and virtual terminal utilities for Linux. It is maintained by
Andries E. Brouwer.
It includes loadkeys, dumpkeys, setfont, chvt, openvt, kbdrate, and
several other tools. It also provides keymaps, Unicode mapping, console
fonts, and screen mapping data.
2003-10-26 01:42:58 +02:00
|
|
|
CONFIGURE_ARGS+= --mandir=/man
|
|
|
|
|
|
|
|
.if !exists(/usr/bin/lex)
|
|
|
|
BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
|
|
|
|
LEX= ${LOCALBASE}/bin/flex -8
|
2005-11-28 01:27:22 +01:00
|
|
|
MAKE_ENV+= LEX=${LEX:Q}
|
Add new package:
The linux-kbd ("kbd") package provides keytable files, and keyboard,
console, and virtual terminal utilities for Linux. It is maintained by
Andries E. Brouwer.
It includes loadkeys, dumpkeys, setfont, chvt, openvt, kbdrate, and
several other tools. It also provides keymaps, Unicode mapping, console
fonts, and screen mapping data.
2003-10-26 01:42:58 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !exists(/usr/bin/yacc)
|
2006-10-29 09:32:37 +01:00
|
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
Add new package:
The linux-kbd ("kbd") package provides keytable files, and keyboard,
console, and virtual terminal utilities for Linux. It is maintained by
Andries E. Brouwer.
It includes loadkeys, dumpkeys, setfont, chvt, openvt, kbdrate, and
several other tools. It also provides keymaps, Unicode mapping, console
fonts, and screen mapping data.
2003-10-26 01:42:58 +02:00
|
|
|
YACC= ${LOCALBASE}/bin/bison -y
|
2005-11-28 01:27:22 +01:00
|
|
|
MAKE_ENV+= YACC=${YACC:Q}
|
Add new package:
The linux-kbd ("kbd") package provides keytable files, and keyboard,
console, and virtual terminal utilities for Linux. It is maintained by
Andries E. Brouwer.
It includes loadkeys, dumpkeys, setfont, chvt, openvt, kbdrate, and
several other tools. It also provides keymaps, Unicode mapping, console
fonts, and screen mapping data.
2003-10-26 01:42:58 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|