diff options
author | steve <steve@FreeBSD.org> | 1998-07-11 17:54:26 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-11 17:54:26 +0000 |
commit | 8bc25fc80ca36bbd6f28b21f09793e5c6b8b5c66 (patch) | |
tree | 53f012c6dabca98b4b6ac98ff0a56d2a17f3a798 /devel/ORBacus/Makefile | |
parent | 4b5203701003fb211999f2c3ffc5be9f41e64908 (diff) | |
download | FreeBSD-ports-8bc25fc80ca36bbd6f28b21f09793e5c6b8b5c66.zip FreeBSD-ports-8bc25fc80ca36bbd6f28b21f09793e5c6b8b5c66.tar.gz |
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 b5aaf12..0a41898 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> |