2000-07-10 05:25:48 +02:00
|
|
|
# New ports collection makefile for: phylip
|
|
|
|
# Date created: 4 July 2000
|
|
|
|
# Whom: dbader@eece.unm.edu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= phylip
|
2001-08-22 12:02:27 +02:00
|
|
|
PORTVERSION= 3.6.a2.1
|
2000-07-10 05:25:48 +02:00
|
|
|
CATEGORIES= biology
|
2001-04-02 07:10:15 +02:00
|
|
|
MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/phylip36/
|
2000-07-10 05:25:48 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
|
|
|
MAINTAINER= dbader@eece.unm.edu
|
|
|
|
|
2001-04-11 05:51:34 +02:00
|
|
|
USE_XLIB= yes
|
2001-08-22 12:02:27 +02:00
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src
|
2000-07-10 05:25:48 +02:00
|
|
|
|
|
|
|
BINARIES= clique consense contml contrast dnacomp dnadist dnainvar \
|
2001-08-22 12:02:27 +02:00
|
|
|
dnaml dnamlk dnamove dnapars dnapenny dollop dolmove \
|
2000-07-10 05:25:48 +02:00
|
|
|
dolpenny drawgram drawtree factor fitch gendist kitsch \
|
2001-08-22 12:02:27 +02:00
|
|
|
mix move neighbor pars penny proml promlk protdist \
|
|
|
|
protpars restdist restml retree seqboot treedist
|
2001-04-02 07:10:15 +02:00
|
|
|
DOCFILES= clique.html consense.html contchar.html contml.html \
|
|
|
|
contrast.html discrete.html distance.html dnacomp.html \
|
|
|
|
dnadist.html dnainvar.html dnaml.html dnamlk.html \
|
|
|
|
dnamove.html dnapars.html dnapenny.html dollop.html \
|
|
|
|
dolmove.html dolpenny.html draw.html drawgram.html \
|
|
|
|
drawtree.html factor.html fitch.html gendist.html \
|
|
|
|
kitsch.html main.html mix.html move.html neighbor.html \
|
2001-08-22 12:02:27 +02:00
|
|
|
pars.html penny.html phylip.gif proml.html promlk.html \
|
|
|
|
protdist.html protpars.html restdist.html restml.html \
|
|
|
|
retree.html seqboot.html sequence.html treedist.html
|
2000-07-10 05:25:48 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
.for f in ${BINARIES}
|
2001-08-22 12:02:27 +02:00
|
|
|
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${f} ${PREFIX}/bin
|
2000-07-10 05:25:48 +02:00
|
|
|
.endfor
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-08-22 12:02:27 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2000-07-10 05:25:48 +02:00
|
|
|
.for f in ${DOCFILES}
|
2001-08-22 12:02:27 +02:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${f} ${DOCSDIR}
|
2000-07-10 05:25:48 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|