summaryrefslogtreecommitdiff
path: root/biology/p5-bioperl-devel/files/ext.msg
diff options
context:
space:
mode:
Diffstat (limited to 'biology/p5-bioperl-devel/files/ext.msg')
-rw-r--r--biology/p5-bioperl-devel/files/ext.msg16
1 files changed, 16 insertions, 0 deletions
diff --git a/biology/p5-bioperl-devel/files/ext.msg b/biology/p5-bioperl-devel/files/ext.msg
new file mode 100644
index 000000000000..1ba9af2f5f84
--- /dev/null
+++ b/biology/p5-bioperl-devel/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
+---------------------------------------------------------------------------