# $Id: Portfile,v 1.1 2004/08/14 07:58:51 olegb Exp $

PortSystem 1.0
name		xruskb
version		1.15.3
categories	x11 russian
maintainers	jc@crazic.ru
description	program for switching two keyboard layouts
long_description \
   Xrus - program for switching two keyboard layouts with a hot \
key combination. It also serves as autolock. \
   It can be  compiled with Motif, Lesstif, Xaw  or without any \
widget library. In  the later case it won't show  its icon with \
keyboard indicator. \
   It gets all keyboard and mouse events, when a particular hot \
key combination  is pressed,  it swaps 1,2  and 3,4  columns of \
keyboard map. When a timeout  without keyboard and mouse events \
passes, it starts a locker.

homepage	http://www.yars.free.net/~lav/programs.html
master_sites	http://ftp.yars.free.net/pub/software/unix/X11/
checksums	md5 17d67bfe2cadf588b3b3e97e5791d05d

depends_lib	lib:libX11.6:XFree86

variant motif {
	configure.args-append --with-motif  
	depends_lib-append lib:libXm.4:openmotif
}
