summaryrefslogtreecommitdiff
path: root/devel/ORBacus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ORBacus/Makefile')
-rw-r--r--devel/ORBacus/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile
index b5aaf12dee78..0a4189803f58 100644
--- a/devel/ORBacus/Makefile
+++ b/devel/ORBacus/Makefile
@@ -1,27 +1,29 @@
-# New ports collection makefile for: omniBroker
-# Date created: 17 May 1997
+# New ports collection makefile for: ORBacus
+# Date created: 22 June 1998
# Whom: ejc@bazzle.com
-# Version required: 1.0
+# Version required: 3.0b1
#
-# $Id: Makefile,v 1.4 1997/11/26 23:58:54 jseger Exp $
+# $Id$
#
-DISTNAME= OB-1.0
-PKGNAME= omniBroker-1.0
+DISTNAME= OB-3.0b1
+PKGNAME= ORBacus-3.0b1
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.ooc.com/pub/OmniBroker/1.0/
+MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.0/
MAINTAINER= ejc@bazzle.com
-BROKEN= awaiting upgrade to ORBacus -- see PR ports/7034
+BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
+ g++28:${PORTSDIR}/lang/gcc28 \
+ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28
HAS_CONFIGURE= yes
-CONFIGURE_ENV= CXX=c++ CXXFLAGS="--no-implicit-templates -fhandle-exceptions -Wall"
+CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe"
MAN1= idl.1
post-install:
- ${LDCONFIG} -m $(PREFIX)/lib
- ${MKDIR} ${PREFIX}/share/doc/omniBroker
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/omniBroker
+ ${LDCONFIG} -m ${PREFIX}/lib
+ ${MKDIR} ${PREFIX}/share/doc/ORBacus
+ ${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus
.include <bsd.port.mk>