075003a60c
their files via a custom do-install target.
55 lines
2 KiB
Makefile
55 lines
2 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2008/03/03 01:10:06 jlam Exp $
|
|
|
|
DISTNAME= phylip-3.61
|
|
PKGREVISION= 2
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/phylip/
|
|
|
|
MAINTAINER= babafou@babafou.eu.org
|
|
HOMEPAGE= http://evolution.genetics.washington.edu/phylip.html
|
|
COMMENT= Phylogeny Inference Package
|
|
|
|
LICENSE= phylip-license
|
|
RESTRICTED= No commercial distribution without a royalty agreement with the author
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
.for PROGRAM in clique consense contml contrast dnacomp dnadist \
|
|
dnainvar dnaml dnamlk dnamove dnapars dnapenny \
|
|
dolmove dollop dolpenny factor fitch gendist kitsch \
|
|
mix move neighbor pars penny proml promlk protdist \
|
|
protpars restdist restml retree seqboot treedist \
|
|
drawgram drawtree
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${DESTDIR}${PREFIX}/bin
|
|
.endfor
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/fonts/phylip
|
|
.for FONT in font1 font2 font3 font4 font5 font6
|
|
${INSTALL_DATA} ${WRKSRC}/${FONT} ${DESTDIR}${PREFIX}/share/fonts/phylip
|
|
.endfor
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/phylip
|
|
.for HTML in clique.html consense.html contchar.html contml.html \
|
|
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
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${HTML} \
|
|
${DESTDIR}${PREFIX}/share/doc/html/phylip
|
|
.endfor
|
|
|
|
MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q}
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|