# $Id: Portfile 27091 2007-07-18 12:06:19Z jochen@macports.org $ # I (Jochen Küpper) got explicit permission to distribute molden as a # MacPorts port, given that the source-code is always downloaded from # the authors webpage and we add a banner asking users to register at # the following web-page: http://www.cmbi.ru.nl/molden/form.html # # Feel free to request the full email conversation from me if you want # to see details. PortSystem 1.0 name molden version 4.6 revision 1 categories science graphics maintainers openmaintainer jochen master_sites ftp://ftp.cmbi.ru.nl/pub/molgraph/molden distname molden${version} checksums md5 713213dea750497e7233cc1130cc1c09 description Molecular graphics visualisation tool long_description Molden is a package for displaying Molecular Density from \ the Ab Initio packages GAMESS-UK , GAMESS-US and \ GAUSSIAN and the Semi-Empirical packages Mopac/Ampac, it \ also supports a number of other programs via the Molden Format. \ In order to keep up support for Molden, proof that \ it is being used outside the CMBI is required. \ Please register your copy of molden at: \ http://www.cmbi.ru.nl/molden/form.html depends_build port:gcc42 port:gmake depends_lib lib:libX11.6:XFree86 patchfiles patch-makefile.diff \ patch-molden.f.diff configure.cmd true configure.pre_args build.target molden build.cmd gmake destroot { cd ${workpath}/${distname} system "cp molden ${destroot}${prefix}/bin" } post-install { ui_msg "**************************************************" ui_msg "In order to keep up support for Molden, proof that" ui_msg "it is being used outside the CMBI is required." ui_msg "Please register your copy of molden at:" ui_msg "*** http://www.cmbi.ru.nl/molden/form.html ***" ui_msg "**************************************************" } ## Local Variables: ## coding: utf-8 ## End: