diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-21 22:04:39 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-21 22:04:39 +0000 |
commit | 874b04a2c9b15eadbb1a5ae5a817ac888733af9b (patch) | |
tree | f0572e987f27bd2dced8a2c7e15826961a1afaa8 /biology/seaview/Makefile | |
parent | 7ef12999ef5bd60025257f5c738c8be362bd55ad (diff) | |
download | FreeBSD-ports-874b04a2c9b15eadbb1a5ae5a817ac888733af9b.zip FreeBSD-ports-874b04a2c9b15eadbb1a5ae5a817ac888733af9b.tar.gz |
Seaview is a multiple DNA sequence alignment editor.
It is capable of align DNA sequences from various organisms
and assign their position in the phylogenic tree.
PR: ports/5229
Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Diffstat (limited to 'biology/seaview/Makefile')
-rw-r--r-- | biology/seaview/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile new file mode 100644 index 0000000..b08dd09 --- /dev/null +++ b/biology/seaview/Makefile @@ -0,0 +1,31 @@ +# New ports collection Makefile for: seaview +# Version required: 1.0 +# Date created: Dec 5 1997 +# Whom: frankch@waru.life.nthu.edu.tw +# +# $Id$ +# + +DISTNAME= seaview +PKGNAME= seaview-1.0 +CATEGORIES= biology x11 +MASTER_SITES= ftp://biom3.univ-lyon1.fr/pub/mol_phylogeny/seaview/ +EXTRACT_SUFX= .tar + +MAINTAINER= frankch@waru.life.nthu.edu.tw + +LIB_DEPEND= xforms\\.0\\.:${PORTSDIR}/x11/xforms + +USE_X11= YES +NO_WRKSUBDIR= YES +EXTRACT_BEFORE_ARGS= -xf + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin + @ (mkdir ${PREFIX}/lib/X11/seaview) + @ ${INSTALL_DATA} ${WRKSRC}/seaview.help ${PREFIX}/lib/X11/seaview + +post-install: + @ ${CAT} ${PKGDIR}/DESCR + +.include <bsd.port.mk> |