aboutsummaryrefslogtreecommitdiff
path: root/biology/njplot/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Update maintainer's email addressPav Lucistnik2008-05-171-1/+1
| | | | | | | Submitted by: Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp> (maintainer) Notes: svn path=/head/; revision=213206
* NJplot is a tree drawing program able to draw any phylogenetic tree expressedPav Lucistnik2008-05-141-0/+55
in the Newick phylogenetic tree format (e.g., the format used by the PHYLIP package). NJplot is especially convenient for rooting the unrooted trees obtained from parsimony, distance or maximum likelihood tree-building methods. The package contains the following programs: njplot - draw phylogenetic trees and interactively modify them newicktops - non-interactive version rendering into a PostScript file newicktotxt - non-interactive version rendering into a text file unrooted - draw unrooted circular trees If you use NJplot in a published work, please cite the following reference: Perriere, G. and Gouy, M. (1996) WWW-Query: An on-line retrieval system for biological sequence banks. Biochimie, 78, 364-369. WWW: http://pbil.univ-lyon1.fr/software/njplot.html PR: ports/118438 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp> Notes: svn path=/head/; revision=213034