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

PORTNAME=   fluctuate
PORTVERSION=    1.40
CATEGORIES= biology
MASTER_SITES=   http://evolution.gs.washington.edu/lamarc/fluctuate/
DISTNAME=   ${PORTNAME}1.4.src.doc

MAINTAINER= ports@FreeBSD.org
COMMENT=    A program to fit population models

WRKSRC=     ${WRKDIR}/${PORTNAME}1.4
ALL_TARGET= ${PORTNAME}

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

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

.include <bsd.port.mk>