pkgsrc/x11/kkbswitch/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

21 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:48 jlam Exp $
#
DISTNAME= kkbswitch-1.4.3
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_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-ru-ua-layout
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"