pkgsrc/devel/bonobo-activation/Makefile

34 lines
909 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2003/01/04 20:43:36 jmmv Exp $
#
DISTNAME= bonobo-activation-2.1.0
PKGREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bonobo-activation/2.1/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://developer.gnome.org/
COMMENT= Object activation framework for GNOME2
BUILD_USES_MSGFMT= YES
USE_X11= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
2002-09-10 15:04:35 +02:00
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_PERL5= build
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/bonobo-activation-2.0.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/glib2/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
2002-09-10 15:04:35 +02:00
.include "../../net/ORBit2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"