pkgsrc-wip/treetool/Makefile

39 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2005/04/11 21:16:05 tvierling Exp $
#
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}
USE_GNU_TOOLS+= make
USE_X11= yes
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"
.include "../../mk/bsd.pkg.mk"