diff options
author | wjv <wjv@FreeBSD.org> | 2001-07-04 13:22:13 +0000 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-07-04 13:22:13 +0000 |
commit | 3f9e886200ef78db4511a4967f9e65cabd43acbc (patch) | |
tree | 4ab17d269f1e1a52b618b76ad4be2e939aa0a5f4 /biology/p5-bioperl/files | |
parent | 32198df40a16e475a40e1b30aad13f58aa34f723 (diff) | |
download | FreeBSD-ports-3f9e886200ef78db4511a4967f9e65cabd43acbc.zip FreeBSD-ports-3f9e886200ef78db4511a4967f9e65cabd43acbc.tar.gz |
- Update to version 0.7.1
- Add a build-time message to inform the user of available options.
Diffstat (limited to 'biology/p5-bioperl/files')
-rw-r--r-- | biology/p5-bioperl/files/ext.msg | 16 |
1 files changed, 16 insertions, 0 deletions
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 +--------------------------------------------------------------------------- |