pkgsrc/biology/coalesce/Makefile
jschauma ed400565a2 Initial import of coalesce, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.

COALESCE fits the model which has a single population of constant size, and
estimates 4Nu, where N is the effective population size and u is the neutral
mutation rate per site.
2003-09-30 01:03:56 +00:00

33 lines
965 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/09/30 01:03:56 jschauma Exp $
#
DISTNAME= coalesce1.5b
PKGNAME= coalesce-1.5.0.2
WRKSRC= ${WRKDIR}/coalesce1.5beta
CATEGORIES= biology
MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/lamarc/coalesce/
MAINTAINER= brook@nmsu.edu
HOMEPAGE= http://evolution.genetics.washington.edu/lamarc/coalesce.html
COMMENT= Estimates effective population size and mutation rate
USE_BUILDLINK2= YES
ALL_TARGET= coalesce
DOCDIR= ${PREFIX}/share/doc/coalesce
EXDIR= ${PREFIX}/share/examples/coalesce
DOCFILES= coalesce.doc errors.doc readme
EXFILES= bestree infile intree outfile parmfile seedfile
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${EXDIR}
${INSTALL_PROGRAM} ${WRKSRC}/coalesce ${PREFIX}/bin/
for f in ${DOCFILES}; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${DOCDIR}/$$f; \
done
for f in ${EXFILES}; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${EXDIR}/$$f; \
done
.include "../../mk/bsd.pkg.mk"