diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 23:40:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 23:40:39 +0000 |
commit | bbdac6a84127ded2282a0a89b53a0f930cf920d8 (patch) | |
tree | db982286edeebb39e5e3f349e4076643cabfb3f5 /devel/ORBacus/Makefile | |
parent | 3d2b9954d9f44f9a17e2305a7305a14993124bc8 (diff) | |
download | ports-bbdac6a84127ded2282a0a89b53a0f930cf920d8.tar.gz ports-bbdac6a84127ded2282a0a89b53a0f930cf920d8.zip |
Notes
Diffstat (limited to 'devel/ORBacus/Makefile')
-rw-r--r-- | devel/ORBacus/Makefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile deleted file mode 100644 index 944594a0ba9f..000000000000 --- a/devel/ORBacus/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: ORBacus -# Date created: 22 June 1998 -# Whom: ejc@bazzle.com -# -# $FreeBSD$ -# - -PORTNAME= ORBacus -PORTVERSION= 3.2.1 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.2/ \ - http://ftp.de.sinuspl.net/pub/src/ -DISTNAME= OB-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A CORBA 2 implementation - -BROKEN= "Unfetchable" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -RESTRICTED= "Non-commercial use only" -USE_XLIB= yes -INSTALLS_SHLIB= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" -MAN1= idl.1 -MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \ - - irgen.1 - irserv.1 - jidl.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 || ${ARCH} != "i386" -BROKEN= "Does not compile" -.endif - -post-install: - ${MKDIR} ${PREFIX}/share/doc/ORBacus - ${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus - -.include <bsd.port.post.mk> |