summaryrefslogtreecommitdiff
path: root/biology/artemis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/artemis/Makefile')
-rw-r--r--biology/artemis/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/biology/artemis/Makefile b/biology/artemis/Makefile
index a9a88d12d447..05b63cc70e57 100644
--- a/biology/artemis/Makefile
+++ b/biology/artemis/Makefile
@@ -6,17 +6,15 @@
#
PORTNAME= artemis
-PORTVERSION= 7
-PORTREVISION= 2
+PORTVERSION= 9
CATEGORIES= biology java
-MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/
-DISTNAME= artemis_compiled_v${PORTVERSION}_${PORTREVISION}
+MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ \
+ ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/v${PORTVERSION}/
+DISTNAME= artemis_compiled_v${PORTVERSION}
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= A DNA sequence viewer and annotation tool
-BROKEN= Unfetchable
-
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_JAVA= yes
@@ -25,6 +23,9 @@ JAVA_VERSION= 1.4+
NO_BUILD= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
+post-extract:
+ @${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} +
+
do-install:
@${MKDIR} ${PREFIX}/${PORTNAME}-${PORTVERSION}
@${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PORTNAME}-${PORTVERSION} -xpf-