summaryrefslogtreecommitdiffstats
path: root/biology/phylip/Makefile
blob: d7a4f2d4e827e37d79121fb9c94b7612ca1714d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# New ports collection makefile for:	phylip
# Date created:				4 July 2000
# Whom:					dbader@eece.unm.edu
#
# $FreeBSD$
#

PORTNAME=	phylip
PORTVERSION=	3.6.a3
CATEGORIES=	biology
MASTER_SITES=	ftp://evolution.genetics.washington.edu/pub/phylip/phylip36/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.tar.Z
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	dbader@eece.unm.edu
COMMENT=	A Phylogeny Inference Package

USE_XLIB=	yes
BUILD_WRKSRC=	${WRKSRC}/src

MAKE_ARGS=	CC="${CC} ${CFLAGS}" \
		DC="${CC} -DX -I${X11BASE}/include ${CFLAGS}" \
		GLIBS="-L${X11BASE}/lib -lX11 -lm"

BINARIES=	clique consense contml contrast dnacomp dnadist dnainvar \
		dnaml dnamlk dnamove dnapars dnapenny dollop dolmove \
		dolpenny drawgram drawtree factor fitch gendist kitsch \
		mix move neighbor pars penny proml promlk protdist \
		protpars restdist restml retree seqboot treedist
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 \
		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

do-install:
.for f in ${BINARIES}
	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${f} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${DOCFILES}
	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud