blob: f114797909b663c49d8c3dff1e3f9ef5dfb3cc4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Ports collection makefile for: treepuzzle
# Date created: 26 August 2002
# Whom: lentferj
#
# $FreeBSD$
#
PORTNAME= treepuzzle
PORTVERSION= 5.2
CATEGORIES= biology
MASTER_SITES= http://www.tree-puzzle.de/
DISTNAME= tree-puzzle-${PORTVERSION}
MAINTAINER= jan.lentfer@web.de
COMMENT= Maximum likelihood phylogeny reconstruction using quartets
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= bin/puzzle
pre-configure:
@${ECHO_MSG} "---------------------------------------------"
@${ECHO_MSG} ""
@${ECHO_MSG} "If you want to install the parallel version of tree-puzzle, you need to install"
@${ECHO_MSG} "from the ports and have to have a MPI-Implementation on your system."
@${ECHO_MSG} "The tree-puzzle configure script will then automatically build the normal and"
@${ECHO_MSG} "parallel version (puzzle & ppuzzle)."
@${ECHO_MSG} ""
@${ECHO_MSG} "---------------------------------------------"
.include <bsd.port.mk>
|