summaryrefslogtreecommitdiff
path: root/net/ORBit2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ORBit2/Makefile')
-rw-r--r--net/ORBit2/Makefile20
1 files changed, 14 insertions, 6 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile
index 07a0096c11c..c13607be88d 100644
--- a/net/ORBit2/Makefile
+++ b/net/ORBit2/Makefile
@@ -1,26 +1,34 @@
-# $NetBSD: Makefile,v 1.21 2003/12/04 17:08:51 xtraeme Exp $
+# $NetBSD: Makefile,v 1.22 2003/12/14 19:43:50 jmmv Exp $
#
-DISTNAME= ORBit2-2.6.0
-PKGREVISION= 5
+DISTNAME= ORBit2-2.8.2
CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://orbit-resource.sourceforge.net/
COMMENT= High-performance CORBA ORB with C language support
+CONFLICTS= linc>=1.1
+
USE_GMAKE= YES
USE_LIBTOOL= YES
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
+
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
PKGCONFIG_OVERRIDE= ${WRKSRC}/ORBit-2.0.pc.in
PKGCONFIG_OVERRIDE+= ${WRKSRC}/ORBit-CosNaming-2.0.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/ORBit-imodule-2.0.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/idl-compiler/ORBit-idl-2.0.pc.in
-.include "../../net/linc/buildlink2.mk"
-.include "../../net/libIDL/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"
+.include "../../net/libIDL/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"