aboutsummaryrefslogtreecommitdiffstats
path: root/biology/recombine/Makefile
blob: bf13cb66ee9fe7b7a237cc3b63d4bfba82f7d455 (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
# New ports collection makefile for:    recombine
# Date created:     6 August 2001
# Whom:             Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   recombine
PORTVERSION=    1.40
CATEGORIES= biology
MASTER_SITES=   ftp://evolution.genetics.washington.edu/pub/lamarc/recombine/
DISTNAME=   ${PORTNAME}${PORTVERSION}

MAINTAINER= wjv@FreeBSD.org
COMMENT=    A program to fit population models across sites

NO_WRKSUBDIR=   yes
ALL_TARGET= ${PORTNAME}

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
    @ ${INSTALL_SCRIPT} ${WRKSRC}/filetran ${PREFIX}/bin/

post-install:
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${DOCSDIR}
    @ ${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}/
.endif

.include <bsd.port.mk>