summaryrefslogtreecommitdiff
path: root/biology/puzzle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/puzzle/Makefile')
-rw-r--r--biology/puzzle/Makefile24
1 files changed, 15 insertions, 9 deletions
diff --git a/biology/puzzle/Makefile b/biology/puzzle/Makefile
index e3b605b7754..217d11b83b3 100644
--- a/biology/puzzle/Makefile
+++ b/biology/puzzle/Makefile
@@ -1,29 +1,35 @@
-# $NetBSD: Makefile,v 1.11 2009/09/14 22:12:56 zafer Exp $
+# $NetBSD: Makefile,v 1.12 2010/09/19 08:38:14 obache Exp $
-DISTNAME= tree-puzzle-5.1
-PKGNAME= puzzle-5.1
-PKGREVISION= 1
+DISTNAME= tree-puzzle-5.2
+PKGNAME= ${DISTNAME:S/^tree-//}
CATEGORIES= biology
-MASTER_SITES= http://www.tree-puzzle.de/
+MASTER_SITES= http://www.tree-puzzle.de/
MAINTAINER= babafou@babafou.eu.org
HOMEPAGE= http://www.tree-puzzle.de/
COMMENT= Maximum likelihood analysis of molecular sequence data
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-INSTALLATION_DIRS= share/doc/puzzle share/doc/html/puzzle \
+INSTALLATION_DIRS= share/doc/puzzle \
share/examples/puzzle
post-install:
cd ${WRKSRC}/doc && ${INSTALL_DATA} tree-puzzle.pdf \
${DESTDIR}${PREFIX}/share/doc/puzzle
- cd ${WRKSRC}/doc && ${INSTALL_DATA} tree-puzzle.html \
- *.gif ${DESTDIR}${PREFIX}/share/doc/html/puzzle
cd ${WRKSRC}/data && ${INSTALL_DATA} EF.* *.a *.n *.b \
${DESTDIR}${PREFIX}/share/examples/puzzle
-.include "../../parallel/mpi-ch/buildlink3.mk"
+SUBST_CLASSES+= testeq
+SUBST_STAGE.testeq= post-extract
+SUBST_MESSAGE.testeq= Replace non-portable "==" operator for test(1)
+SUBST_FILES.testeq= tests/*test
+SUBST_SED.testeq= -e 's/==/=/g'
+
+TEST_TARGET= check
+
+.include "../../mk/mpi.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"