From 3f9e886200ef78db4511a4967f9e65cabd43acbc Mon Sep 17 00:00:00 2001 From: wjv Date: Wed, 4 Jul 2001 13:22:13 +0000 Subject: - Update to version 0.7.1 - Add a build-time message to inform the user of available options. --- biology/p5-bioperl/files/ext.msg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 biology/p5-bioperl/files/ext.msg (limited to 'biology/p5-bioperl/files') diff --git a/biology/p5-bioperl/files/ext.msg b/biology/p5-bioperl/files/ext.msg new file mode 100644 index 0000000..1ba9af2 --- /dev/null +++ b/biology/p5-bioperl/files/ext.msg @@ -0,0 +1,16 @@ +--------------------------------------------------------------------------- +This port includes support for a number of optional extensions to Bioperl. +To build the port with these extensions, set the corresponding variables: + +To build with client-side CORBA support: set WITH_CORBA_CLIENT +To build with server-side CORBA support: set WITH_CORBA_SERVER +To build with (experimental) GUI support: set WITH_GUI + +Additionally, the variable WITH_CORBA implies both WITH_CORBA_CLIENT and +WITH_CORBA_SERVER. + +For example, to build and install the Bioperl port with all the currently +available optional extensions: + + make WITH_CORBA=yes WITH_GUI=yes install +--------------------------------------------------------------------------- -- cgit v1.1