pkgsrc/x11/kmessage/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

19 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:48 jlam Exp $
DISTNAME= kmessage-0.1
PKGREVISION= 5
CATEGORIES= x11 kde
MASTER_SITES= http://soliton.wins.uva.nl/~wijnhout/kmessage/
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://soliton.wins.uva.nl/~wijnhout/kmessage/
COMMENT= KMessage is an xmessage clone for KDE
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"