pkgsrc/wm/sawfish/Makefile.common
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

25 lines
702 B
Text

# $NetBSD: Makefile.common,v 1.24 2005/05/22 20:08:44 jlam Exp $
DISTNAME= sawfish-${SF_VERS}-gtk1
SF_VERS= 1.2
CATEGORIES= x11 gnome wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://sawmill.sourceforge.net/
DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk
USE_X11= # defined
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= # defined
USE_TOOLS+= gmake
GNU_CONFIGURE= # defined
DISTINFO_FILE= ${.CURDIR}/../../wm/sawfish/distinfo
PATCHDIR= ${.CURDIR}/../../wm/sawfish/patches
.include "../../graphics/imlib/buildlink3.mk"
.include "../../lang/librep/buildlink3.mk"
.include "../../x11/controlcenter/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"