2005-06-13 01:51:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2005/06/12 23:51:29 kristerw Exp $
|
TREETOOL Created by Mike MaciukenasModified and maintained by Mike McCaughey Ribosomal RNA Database Project University of Illinois Report bugs to mrmike@geta.life.uiuc.edu Treetool is an interactive tool for displaying, editing, andprinting phylogenetic trees. The tree is displayed visually on screen, in various formats, and theuser is able to modify the format, structure, and characteristics of the tree. Trees may be viewed, compared, formatted for printing, constructed from smaller trees, etc... Treetool works with Newick format tree files (Paup and Phylip compatible). It handles multifurcating trees, branch lengths (evolutionary distances), rooted/unrooted trees, and multiple trees per file. It can print to a PostScript printer, or output PICT graphics for Macintosh drawing programs (MacDraw). Treetool 2.0.1 is available in binary form for Sun Sparc machines (Sun 4's) and in source form. Treetool requires X-windows (from MIT), and the Xview toolkit (from Sun Microsystems). Both are free (copyrighted) software, available readily from a number of sources (both are available by anonymous ftp to export.lcs.mit.edu).
2005-02-25 21:51:42 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= treetool2.0.2
|
|
|
|
PKGNAME= treetool-2.0.2
|
|
|
|
CATEGORIES= biology
|
|
|
|
MASTER_SITES= http://iubio.bio.indiana.edu/soft/molbio/unix/treetool/
|
|
|
|
|
|
|
|
MAINTAINER= brook@nmsu.edu
|
|
|
|
HOMEPAGE=
|
|
|
|
COMMENT= Treetool is for displaying, editing, and printing phylogenetic trees
|
|
|
|
|
|
|
|
DECOMPRESS_CMD= ${CAT}
|
2005-05-24 12:29:21 +02:00
|
|
|
USE_TOOLS+= gmake
|
TREETOOL Created by Mike MaciukenasModified and maintained by Mike McCaughey Ribosomal RNA Database Project University of Illinois Report bugs to mrmike@geta.life.uiuc.edu Treetool is an interactive tool for displaying, editing, andprinting phylogenetic trees. The tree is displayed visually on screen, in various formats, and theuser is able to modify the format, structure, and characteristics of the tree. Trees may be viewed, compared, formatted for printing, constructed from smaller trees, etc... Treetool works with Newick format tree files (Paup and Phylip compatible). It handles multifurcating trees, branch lengths (evolutionary distances), rooted/unrooted trees, and multiple trees per file. It can print to a PostScript printer, or output PICT graphics for Macintosh drawing programs (MacDraw). Treetool 2.0.1 is available in binary form for Sun Sparc machines (Sun 4's) and in source form. Treetool requires X-windows (from MIT), and the Xview toolkit (from Sun Microsystems). Both are free (copyrighted) software, available readily from a number of sources (both are available by anonymous ftp to export.lcs.mit.edu).
2005-02-25 21:51:42 +01:00
|
|
|
|
|
|
|
MAKE_ENV+= CFLAGS="-g -O0"
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${FIND} ${WRKSRC} -name '*.o' -exec ${RM} -f {} \;
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
for f in Makefile graphics/font.c treetool/Makefile; do \
|
|
|
|
${TEST} -r ${WRKSRC}/$$f.in || ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f.in; \
|
|
|
|
${SED} < ${WRKSRC}/$$f.in > ${WRKSRC}/$$f \
|
|
|
|
-e 's:@PREFIX@:${PREFIX}:' \
|
|
|
|
-e 's:@X11BASE@:${X11BASE}:'; \
|
|
|
|
done
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/treetool_release/treetool ${PREFIX}/bin/treetool
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/treetool
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/treetool_release/README ${PREFIX}/share/doc/treetool/README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/treetool_release/user.manual ${PREFIX}/share/doc/treetool/user.manual
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/misc/treetool
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/treetool_release/font_map ${PREFIX}/share/misc/treetool/font_map
|
|
|
|
|
|
|
|
.include "../../x11/xview-lib/buildlink3.mk"
|
2005-06-13 01:51:13 +02:00
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
TREETOOL Created by Mike MaciukenasModified and maintained by Mike McCaughey Ribosomal RNA Database Project University of Illinois Report bugs to mrmike@geta.life.uiuc.edu Treetool is an interactive tool for displaying, editing, andprinting phylogenetic trees. The tree is displayed visually on screen, in various formats, and theuser is able to modify the format, structure, and characteristics of the tree. Trees may be viewed, compared, formatted for printing, constructed from smaller trees, etc... Treetool works with Newick format tree files (Paup and Phylip compatible). It handles multifurcating trees, branch lengths (evolutionary distances), rooted/unrooted trees, and multiple trees per file. It can print to a PostScript printer, or output PICT graphics for Macintosh drawing programs (MacDraw). Treetool 2.0.1 is available in binary form for Sun Sparc machines (Sun 4's) and in source form. Treetool requires X-windows (from MIT), and the Xview toolkit (from Sun Microsystems). Both are free (copyrighted) software, available readily from a number of sources (both are available by anonymous ftp to export.lcs.mit.edu).
2005-02-25 21:51:42 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|