2008-05-18 14:28:17 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2008/05/18 12:28:17 obache Exp $
|
1999-07-28 21:58:56 +02:00
|
|
|
|
2004-08-17 01:58:35 +02:00
|
|
|
DISTNAME= phylip-3.61
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
1999-07-28 21:58:56 +02:00
|
|
|
CATEGORIES= biology
|
2004-08-17 01:58:35 +02:00
|
|
|
MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/
|
1999-07-28 21:58:56 +02:00
|
|
|
|
|
|
|
MAINTAINER= babafou@babafou.eu.org
|
|
|
|
HOMEPAGE= http://evolution.genetics.washington.edu/phylip.html
|
2001-02-16 14:41:26 +01:00
|
|
|
COMMENT= Phylogeny Inference Package
|
1999-07-28 21:58:56 +02:00
|
|
|
|
2006-05-02 15:47:56 +02:00
|
|
|
LICENSE= phylip-license
|
2006-04-22 11:22:05 +02:00
|
|
|
RESTRICTED= No commercial distribution without a royalty agreement with the author
|
2000-08-19 00:46:29 +02:00
|
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
1999-07-28 21:58:56 +02:00
|
|
|
|
2008-03-03 01:51:43 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2004-08-17 01:58:35 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
|
2008-05-18 14:28:17 +02:00
|
|
|
INSTALLATION_DIRS= bin share/fonts/phylip share/doc/html/phylip
|
2005-06-16 08:57:37 +02:00
|
|
|
|
1999-07-28 21:58:56 +02:00
|
|
|
do-install:
|
|
|
|
.for PROGRAM in clique consense contml contrast dnacomp dnadist \
|
|
|
|
dnainvar dnaml dnamlk dnamove dnapars dnapenny \
|
2004-08-17 01:58:35 +02:00
|
|
|
dolmove dollop dolpenny factor fitch gendist kitsch \
|
|
|
|
mix move neighbor pars penny proml promlk protdist \
|
|
|
|
protpars restdist restml retree seqboot treedist \
|
|
|
|
drawgram drawtree
|
2008-03-03 01:51:43 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${DESTDIR}${PREFIX}/bin
|
1999-07-28 21:58:56 +02:00
|
|
|
.endfor
|
|
|
|
.for FONT in font1 font2 font3 font4 font5 font6
|
2008-03-03 01:51:43 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${FONT} ${DESTDIR}${PREFIX}/share/fonts/phylip
|
2004-08-17 01:58:35 +02:00
|
|
|
.endfor
|
2008-03-03 01:51:43 +01:00
|
|
|
.for HTML in clique.html consense.html contchar.html contml.html \
|
2004-08-17 01:58:35 +02:00
|
|
|
contrast.html discrete.html distance.html dnacomp.html \
|
|
|
|
dnadist.html dnainvar.html dnaml.html dnamlk.html \
|
|
|
|
dnamove.html dnapars.html dnapenny.html dollop.html \
|
|
|
|
dolmove.html dolpenny.html draw.html drawgram.html \
|
|
|
|
drawtree.html factor.html fitch.html gendist.html \
|
|
|
|
kitsch.html main.html mix.html move.html neighbor.html \
|
|
|
|
pars.html penny.html phylip.gif phylip.html proml.html \
|
|
|
|
promlk.html protdist.html protpars.html restdist.html \
|
|
|
|
restml.html retree.html seqboot.html sequence.html \
|
|
|
|
treedist.html
|
2008-03-03 01:51:43 +01:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${HTML} \
|
|
|
|
${DESTDIR}${PREFIX}/share/doc/html/phylip
|
1999-07-28 21:58:56 +02:00
|
|
|
.endfor
|
|
|
|
|
2005-12-28 14:46:07 +01:00
|
|
|
MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q}
|
|
|
|
|
2007-01-26 23:05:14 +01:00
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
1999-07-28 21:58:56 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|