summaryrefslogtreecommitdiff
path: root/misc/molden/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-03-22 05:51:26 +0000
committersalo <salo>2003-03-22 05:51:26 +0000
commit38e473932ec83b7f8ff96cd3dfe45572a4988855 (patch)
tree52243d098b80493756fdcc5b9e6b90dbf7f75b5a /misc/molden/Makefile
parentc3ef92b4baf4834ed74e5770e1d86182ac8e3560 (diff)
downloadpkgsrc-38e473932ec83b7f8ff96cd3dfe45572a4988855.tar.gz
Update to version 3.8.
Addresses PR pkg/20819 by Robert Elz. Changes: - Added the ability to write MDL mol files. - Added the ability to calculate EEM charges, a sort of gasteiger charges, by Patrick Bultinck - The reading of PDB files now handles additional Hydrogen labels The oniom stuff had a bug for the linux version, fixed. Added an update to the ONIOM window. - Complete update of the Gamess-UK dedicated code by Huub v. Dam: - Reading of SCF-convergence for CASSCF and DFT - Reading of CASSCF orbital occupancies - Support for HESSIAN jobs added - and more ... - Added support for the CPMD program Distributed with the permission of TEODORO LAINO NEST Laboratories - INFM - Scuola Normale Superiore Some work still needs to be done. - Added makefile entry for Mac OSX, thanks to Eric Brown. - Molden3.8 has support for tinker3.9, older versions of tinker are not supported (Molden3.7 support tinker3.6) (Thanks to Nicolas Ferre) - Nicolas Ferre added support for ONIOM calculations with gaussian98. - In submit gaussian window you can specify you want to write cartesian coordinates instead of z-matrix. - You can now run amber from gaussian, in the following way Read in a pdb file, click the z-matrix button and create a z-matrix, assign tinker amber atom types (the FF button) Go to submit job option gaussian, choose method "amber" "Write XYZ" form the "Gaussian Job" window. In principle this can be combined with the oniom method but this is not tested yet. - When introducing Mopac2000 support a bug was introduced which interfered with the reading of tinker xyz files, fixed.
Diffstat (limited to 'misc/molden/Makefile')
-rw-r--r--misc/molden/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/molden/Makefile b/misc/molden/Makefile
index 7e8d2d4d149..63d18e87283 100644
--- a/misc/molden/Makefile
+++ b/misc/molden/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2002/09/24 10:06:49 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/22 05:51:26 salo Exp $
-DISTNAME= molden3.7
-PKGNAME= molden-3.7
+DISTNAME= molden3.8
+PKGNAME= ${DISTNAME:S/molden/&-/}
CATEGORIES= misc # chemistry
MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/
EXTRACT_SUFX= .tar.Z
@@ -38,9 +38,9 @@ _FETCH_MESSAGE= \
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/molden ${PREFIX}/bin/
for d in doc test utils ; do \
- ${INSTALL_DATA_DIR} ${PREFIX}/share/molden/$$d ; \
- for f in ${WRKSRC}/$$d/* ; do \
- ${INSTALL_DATA} $$f ${PREFIX}/share/molden/$$d ; \
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/molden/$${d} ; \
+ for f in ${WRKSRC}/$${d}/* ; do \
+ ${INSTALL_DATA} $${f} ${PREFIX}/share/molden/$${d} ; \
done ; \
done