Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / biology / coalesce / Makefile
blob0ee3264d1b522c498b0a0c7a393b60baa73d1de7
1 # $NetBSD: Makefile,v 1.8 2009/05/16 22:15:57 zafer Exp $
4 DISTNAME= coalesce1.5b
5 PKGNAME= coalesce-1.5.0.2
6 CATEGORIES= biology
7 MASTER_SITES= http://evolution.genetics.washington.edu/lamarc/coalesce/
9 MAINTAINER= brook@nmsu.edu
10 HOMEPAGE= http://evolution.genetics.washington.edu/lamarc/coalesce.html
11 COMMENT= Estimates effective population size and mutation rate
13 WRKSRC= ${WRKDIR}/coalesce1.5beta
14 BUILD_TARGET= coalesce
16 DOCDIR= ${PREFIX}/share/doc/coalesce
17 EXDIR= ${PREFIX}/share/examples/coalesce
18 DOCFILES= coalesce.doc errors.doc readme
19 EXFILES= bestree infile intree outfile parmfile seedfile
21 INSTALLATION_DIRS= bin
23 do-install:
24 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
25 ${INSTALL_DATA_DIR} ${DESTDIR}${EXDIR}
26 ${INSTALL_PROGRAM} ${WRKSRC}/coalesce ${DESTDIR}${PREFIX}/bin
27 for f in ${DOCFILES}; do \
28 ${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${DOCDIR}/$$f; \
29 done
30 for f in ${EXFILES}; do \
31 ${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${EXDIR}/$$f; \
32 done
34 .include "../../mk/bsd.pkg.mk"