pkgsrc/devel/oaf/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

26 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.41 2005/05/22 20:07:54 jlam Exp $
#
DISTNAME= oaf-0.6.10
PKGREVISION= 6
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/oaf/0.6/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= New object activation framework for GNOME
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_TOOLS+= bison lex
USE_LIBTOOL= YES
CONFIGURE_ARGS+= --enable-gtk-doc=no
.include "../../devel/popt/buildlink3.mk"
.include "../../textproc/libxml/buildlink3.mk"
.include "../../x11/gnome-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"