aboutsummaryrefslogtreecommitdiffstats
path: root/biology/emboss/scripts/configure.emboss
diff options
context:
space:
mode:
Diffstat (limited to 'biology/emboss/scripts/configure.emboss')
-rw-r--r--biology/emboss/scripts/configure.emboss8
1 files changed, 6 insertions, 2 deletions
diff --git a/biology/emboss/scripts/configure.emboss b/biology/emboss/scripts/configure.emboss
index a17b495c50b1..b5ad7348def5 100644
--- a/biology/emboss/scripts/configure.emboss
+++ b/biology/emboss/scripts/configure.emboss
@@ -5,13 +5,14 @@ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
fi
if [ "${BATCH}" ]; then
- set \"MSE\" \"PHYLIP\" \"TOPO\"
+ set \"EMNU\" \"MSE\" \"PHYLIP\" \"TOPO\"
else
/usr/bin/dialog --title "EMBOSS: EMBASSY applications" --clear \
--checklist "\n\
These third party applications have been adapted to
function as part of EMBOSS.\n
-Please select EMBASSY applications to install:" -1 -1 3 \
+Please select EMBASSY applications to install:" -1 -1 4 \
+EMNU "v${EMNU_VERSION} - Text-based menu" ON \
MSE "v${MSE_VERSION} - Phylogeny inference" ON \
PHYLIP "v${PHYLIP_VERSION} - Sequence editor" ON \
TOPO "v${TOPO_VERSION} - Transmembrane display" ON \
@@ -42,6 +43,9 @@ exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
while [ "$1" ]; do
case $1 in
+ \"EMNU\")
+ echo "WITH_EMNU= yes"
+ ;;
\"MSE\")
echo "WITH_MSE= yes"
;;