pkgsrc-wip/kkbswitch/Makefile
Ian Zagorskih 4763bd07e3 KKBSwitch is a keyboard layout indicator for KDE 2 or 3.
It is useful when you have configured the XKeyboard extension
of your X Server to have more than one keyboard group (layout),
for example US/ASCII and Russian. KKBSwitch displays an icon
in the system tray that indicates which layout is currently active.
Note that KKBSwitch does not help you configure XKeyboard,
it merely serves as the indicator of the current layout.
You still have to configure XKeyboard by editing the XF86Config file.
2004-06-24 14:59:29 +00:00

18 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/06/24 14:59:29 ianzag Exp $
#
DISTNAME= kkbswitch-1.4.1
CATEGORIES= kde x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kkbswitch/}
MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://kkbswitch.sourceforge.net/
COMMENT= Keyboard layout indicator for KDE 2 or 3
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"