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/treepuzzle/Makefile | |
parent | f55e7a8694086a36d186a34e07499a12c977bfd7 (diff) | |
download | ports-679e4b3ae4c4f61539965da0b81a043bf1ec94cf.tar.gz ports-679e4b3ae4c4f61539965da0b81a043bf1ec94cf.zip |
- Update to 5.2
PR: ports/69799
Submitted by: Jan Lentfer <Jan.Lentfer@web.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=115120
Diffstat (limited to 'biology/treepuzzle/Makefile')
-rw-r--r-- | biology/treepuzzle/Makefile | 12 |
1 files changed, 11 insertions, 1 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> |