diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-30 22:02:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-30 22:02:00 +0000 |
commit | 679e4b3ae4c4f61539965da0b81a043bf1ec94cf (patch) | |
tree | c039422866a61b4c4bd7084d78a2d9f48437385f /biology | |
parent | f55e7a8694086a36d186a34e07499a12c977bfd7 (diff) | |
download | ports-679e4b3ae4c4f61539965da0b81a043bf1ec94cf.tar.gz ports-679e4b3ae4c4f61539965da0b81a043bf1ec94cf.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/treepuzzle/Makefile | 12 | ||||
-rw-r--r-- | biology/treepuzzle/distinfo | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/biology/treepuzzle/Makefile b/biology/treepuzzle/Makefile index 2d5e7f9bc22c..f114797909b6 100644 --- a/biology/treepuzzle/Makefile +++ b/biology/treepuzzle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= treepuzzle -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= biology MASTER_SITES= http://www.tree-puzzle.de/ DISTNAME= tree-puzzle-${PORTVERSION} @@ -18,4 +18,14 @@ 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> diff --git a/biology/treepuzzle/distinfo b/biology/treepuzzle/distinfo index 616696128c22..44e56cac8bfc 100644 --- a/biology/treepuzzle/distinfo +++ b/biology/treepuzzle/distinfo @@ -1,2 +1,2 @@ -MD5 (tree-puzzle-5.1.tar.gz) = 5c33d8c0d2c5da21f246e9bf6a0c3513 -SIZE (tree-puzzle-5.1.tar.gz) = 612216 +MD5 (tree-puzzle-5.2.tar.gz) = 20fa9606434ddc789670e681d98fe68f +SIZE (tree-puzzle-5.2.tar.gz) = 875142 |