summaryrefslogtreecommitdiff
path: root/biology/phylip/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-07-28 19:58:56 +0000
committerrh <rh>1999-07-28 19:58:56 +0000
commitff7d310f47831fa503e824419f012e526022c2c8 (patch)
tree8d242db5fd32fae5f86aff6b6ff0c3fe1c014485 /biology/phylip/Makefile
parent709e7623a7e57e942aa375a892730dbe03d80a63 (diff)
downloadpkgsrc-ff7d310f47831fa503e824419f012e526022c2c8.tar.gz
Import of phylip-3.573c, a Phylogeny Inference Package, as submitted by
Marc Baudoin, thanks!
Diffstat (limited to 'biology/phylip/Makefile')
-rw-r--r--biology/phylip/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile
new file mode 100644
index 00000000000..d76285a5ae2
--- /dev/null
+++ b/biology/phylip/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/28 19:58:56 rh Exp $
+
+DISTNAME= phylip
+PKGNAME= phylip-3.573c
+NO_WRKSUBDIR= yes
+CATEGORIES= biology
+MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/ \
+ ftp://ftp.bioss.sari.ac.uk/pub/phylogeny/phylip/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= babafou@babafou.eu.org
+HOMEPAGE= http://evolution.genetics.washington.edu/phylip.html
+
+NO_CDROM= "No commercial distribution without a royalty agreement with the author"
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/phylip
+.for DOC in main.doc \
+ contchar.doc discrete.doc distance.doc draw.doc sequence.doc
+ ${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/phylip
+.endfor
+.for PROGRAM in clique consense contml contrast dnacomp dnadist \
+ dnainvar dnaml dnamlk dnamove dnapars dnapenny \
+ dolmove dollop dolpenny drawgram drawtree factor \
+ fitch gendist kitsch mix move neighbor penny \
+ protdist protpars restml retree seqboot
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/${PROGRAM}.doc ${PREFIX}/share/doc/phylip
+.endfor
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/misc/phylip
+.for FONT in font1 font2 font3 font4 font5 font6
+ ${INSTALL_DATA} ${WRKSRC}/${FONT} ${PREFIX}/share/misc/phylip
+.endfor
+
+.include "../../mk/bsd.pkg.mk"