diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-11 17:54:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-11 17:54:26 +0000 |
commit | 9affdae7c3797f77f3c6035627cfbce71406e1c7 (patch) | |
tree | 1d9d921cf7170f20f37867a8f9d85c495c58a91a /devel/ORBacus/Makefile | |
parent | Fix a pkgIndex-related bug. (diff) |
Upgrade to version 3.0b1. This is the latest version
of omniBroker but under a new guise.
PR: 7034
Submitted by: maintainer
Diffstat (limited to 'devel/ORBacus/Makefile')
-rw-r--r-- | devel/ORBacus/Makefile | 26 |
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> |