summaryrefslogtreecommitdiff
path: root/devel/bonobo-activation/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-09 16:59:28 +0000
committerxtraeme <xtraeme>2004-01-09 16:59:28 +0000
commite9d1e75ac1d7f65eceed1f383911bf84583af37e (patch)
tree390bd1c3447b9952f1728f36ffc293775f9aed7f /devel/bonobo-activation/Makefile
parent64f23582c5d34e12cec3513cf38ed839b114be65 (diff)
downloadpkgsrc-e9d1e75ac1d7f65eceed1f383911bf84583af37e.tar.gz
bonobo-activation is not needed anymore, it's included with libbonobo 2.4.x
Diffstat (limited to 'devel/bonobo-activation/Makefile')
-rw-r--r--devel/bonobo-activation/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile
deleted file mode 100644
index d49314cd11a..00000000000
--- a/devel/bonobo-activation/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2004/01/07 02:21:16 jlam Exp $
-#
-
-DISTNAME= bonobo-activation-2.1.1
-PKGREVISION= 4
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bonobo-activation/2.1/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= tech-pkg@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
-USE_BUILDLINK2= YES
-USE_PKGINSTALL= 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+= --sysconfdir="${PKG_SYSCONFBASEDIR}"
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
-
-PKG_SYSCONFSUBDIR= bonobo-activation
-EGDIR= ${PREFIX}/share/examples/bonobo-activation
-CONF_FILES= ${EGDIR}/bonobo-activation-config.xml \
- ${PKG_SYSCONFDIR}/bonobo-activation-config.xml
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/bonobo/monikers
-
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../devel/glib2/buildlink2.mk"
-.include "../../textproc/libxml2/buildlink2.mk"
-.include "../../net/ORBit2/buildlink2.mk"
-
-.include "../../mk/bsd.pkg.mk"