Ticket #10282: Portfile

File Portfile, 676 bytes (added by gr281@…, 18 years ago)

portfile for the new port

Line 
1# $Id: $
2PortSystem        1.0
3name              omniORB
4version           4.1.0-beta2
5
6categories        devel
7maintainers       gr281@cam.ac.uk
8description       high performance CORBA ORB for C++
9long_description  omniORB is a robust high performance CORBA ORB for C++ and \
10                  Python. omniORB is largely CORBA 2.6 compliant.
11homepage          http://omniorb.sourceforge.net/
12
13distname          omniORB-4.1.0-beta2
14master_sites      sourceforge:omniorb http://distfiles.opendarwin.org/
15checksums         md5 da27850e92fcacfa24c8ad980a6031ba
16
17configure.args    --with-omniORB-config="${prefix}/etc" \
18                  --with-omniNames-logdir="${prefix}/var"