summaryrefslogtreecommitdiffstats
path: root/biology/jalview/Makefile
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2006-02-13 09:42:13 +0000
committerhq <hq@FreeBSD.org>2006-02-13 09:42:13 +0000
commit05949ed8ec5a48b270f144efa7f99f5118f81033 (patch)
tree4869466b9a9807877a78ac1fc915865e47e1eff8 /biology/jalview/Makefile
parentec4c4ac5658421a5772cd6724e5d55fba81870c3 (diff)
downloadFreeBSD-ports-05949ed8ec5a48b270f144efa7f99f5118f81033.zip
FreeBSD-ports-05949ed8ec5a48b270f144efa7f99f5118f81033.tar.gz
Jalview is a multiple alignment editor written in Java. It is used widely in a
variety of web pages (e.g. the EBI Clustalw server and the Pfam protein domain database) and is also available as a general purpose alignment editor. WWW: http://www.jalview.org PR: 93054 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Diffstat (limited to 'biology/jalview/Makefile')
-rw-r--r--biology/jalview/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile
new file mode 100644
index 0000000..9596bb7
--- /dev/null
+++ b/biology/jalview/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: jalview
+# Date created: 11 Jan 2006
+# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
+#
+# $FreeBSD$
+#
+
+PORTNAME= jalview
+PORTVERSION= 2.07
+CATEGORIES= biology java
+MASTER_SITES= http://www.jalview.org/source/
+DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/}
+
+MAINTAINER= fernan@iib.unsam.edu.ar
+COMMENT= A viewer and editor for multiple sequence alignments
+
+USE_JAVA= yes
+JAVA_VERSION= 1.4+
+USE_ANT= yes
+ALL_TARGET= makejars
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+DATADIR= ${JAVASHAREDIR}/${PORTNAME}
+SUB_FILES= jalview.sh
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/jalview.sh ${PREFIX}/bin/jalview
+ @${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/dist/* ${DATADIR}
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud