aboutsummaryrefslogtreecommitdiffstats
path: root/biology/paml/Makefile
blob: 5b792993ec00eea569b3fa05b8146b03968af99f (plain) (blame)
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
# New ports collection makefile for:    paml
# Date created:             7 July 2000
# Whom:                 dbader@eece.unm.edu
#
# $FreeBSD$
#

PORTNAME=   paml
PORTVERSION=    3.01
CATEGORIES= biology
MASTER_SITES=   ftp://abacus.gene.ucl.ac.uk/pub/paml/
DISTNAME=   paml3.0a
EXTRACT_SUFX=   .tar.Z

MAINTAINER= dbader@eece.unm.edu

NO_WRKSUBDIR=   yes

BINARIES=   baseml basemlg chi2 codeml codemlsites evolver mcmctree \
        pamp yn00

do-install:
.for f in ${BINARIES}
        ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
        ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
        ${INSTALL_DATA} ${WRKSRC}/pamlDOC.pdf \
            ${PREFIX}/share/doc/${PORTNAME}
.endif

.include <bsd.port.mk>