diff options
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile new file mode 100644 index 00000000000..2981abff61b --- /dev/null +++ b/devel/bonobo/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $ +# + +DISTNAME= bonobo-0.4 +CATEGORIES= devel corba +MASTER_SITES= ${MASTER_SITE_GNOME:=/unstable/sources/bonobo/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome.org/ + +DEPENDS+= bison-*:../../devel/bison +DEPENDS+= gdk-pixbuf-*:../../graphics/gdk-pixbuf + +USE_LIBTOOL= YES +USE_X11BASE= YES +GNU_CONFIGURE= YES + +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" +CONFIGURE_ENV+= X11BASE="${X11BASE}" +LDFLAGS+= "-L${LOCALBASE}/lib" + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" |