pkgsrc/devel/bonobo/Makefile
adam a920d05206 Changes 1.0.22:
* Bugs fixed
+ toolbar leak fix backport (Michael Meeks)

Changes 1.0.21:
* Bugs fixed
+ several leak fixes (Jeff Steadfast)
+ build fixes (David, Michael)
+ fix property_bag_add return value (David)
+ avoid moniker qI exception crash (Larry)

Changes 1.0.20:
* Bugs fixed
+ uninit. return in Control (Michael)
+ moniker_std LIBADD (Michael)
+ -module flag (Dan Winship)
+ paranoid preconditions (Michael)
+ UIEngine efficiency fixes (Michael)
+ cleaned up automake bits (Enrico Scholz)
+ object-io fix (Hans Petter Jansson)
+ kill misc. GNUisms (Michael)
+ make test-any cleaner (Michael)
+ exception portability fixes (Jacob Berkman)
+ factory macro exit fix (Frederic Crozat)

Changes 1.0.19:
* Bugs fixed (Me)
+ sensitivity update bug
+ set_prop ownership bug
+ double free segv in text-plain
2005-01-20 11:48:17 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.48 2005/01/20 11:48:17 adam 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
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
USE_GNU_TOOLS+= make
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"