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

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.51 2005/05/22 20:07:49 jlam Exp $
DISTNAME= bonobo-1.0.22
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bonobo/1.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Architecture for creating reusable software components
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
BUILDLINK_DEPENDS.libxml= libxml>1.8.15
BUILD_USES_MSGFMT= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CONFIGURE_ENV+= X11BASE="${X11BASE}"
CONFIGURE_ARGS+= --enable-gtk-doc=no
PKGCONFIG_OVERRIDE= libefs/libefs.pc.in
post-install:
-@${RMDIR} ${PREFIX}/share/libefs/html/libefs
-@${RMDIR} ${PREFIX}/share/libefs/html
-@${RMDIR} ${PREFIX}/share/libefs
.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../print/gnome-print/buildlink3.mk"
.include "../../textproc/libxml/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../devel/oaf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"