summaryrefslogtreecommitdiff
path: root/misc/molden/patches
diff options
context:
space:
mode:
authorkei <kei>2002-05-31 19:15:48 +0000
committerkei <kei>2002-05-31 19:15:48 +0000
commit250acee7a56e4d523dec6d5c9fdfd0b9166a5b0f (patch)
tree8a8e7077b873667dd099b1e9a5200a6c152e44a4 /misc/molden/patches
parent1b6ab8f9311e860961bb1d5a5035a1934e661226 (diff)
downloadpkgsrc-250acee7a56e4d523dec6d5c9fdfd0b9166a5b0f.tar.gz
Initial import of molden-3.7 to the NetBSD packages collection.
MOLDEN is a package for displaying molecular density. It is tuned to the Ab Initio packages GAMESS* and GAUSSIAN. It can read all the information it needs from a GAMESS or GAUSSIAN outputfile. In this form it has been running on a CONVEX C-120, an APOLLO DN10000, an IRIS 4D/70GT, a DECSTATION 5000 and a SUN, and in slightly adapted versions on a VAX and a CRAY-YMP. It should run smoothly on most Unix machines. See section INSTALLATION GUIDE on how to install MOLDEN. (* The GAMESS version referred to here is the european version maintaned by M.F. Guest et al not to be confused with the american version maintained by M.W. Schmidt et al) This package was provided by Osamu OISHI and modified slightly by me.
Diffstat (limited to 'misc/molden/patches')
-rw-r--r--misc/molden/patches/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/molden/patches/patch-aa b/misc/molden/patches/patch-aa
new file mode 100644
index 00000000000..7ed43ba8fba
--- /dev/null
+++ b/misc/molden/patches/patch-aa
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/05/31 19:15:48 kei Exp $
+
+--- makefile.orig Thu Apr 19 20:09:28 2001
++++ makefile Sat Jun 1 01:14:46 2002
+@@ -13,12 +13,16 @@
+ # Disregard compiler warnings on rdmolf.f
+ #
+ CC = cc
+-LIBS = -lX11 -lm
++LIBS = -L${X11BASE}/lib -R${X11BASE}/lib -lX11 -lm
++CFLAGS = -c -I${X11BASE}/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0
++FC = g77
++FFLAGS =
++LDR = g77
+
+ # Silicon Graphics
+-CFLAGS = -c -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0
+-FFLAGS =
+-LDR = f77
++#CFLAGS = -c -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0
++#FFLAGS =
++#LDR = f77
+
+ # Ultrix, Dec Alpha, Linux ( and best start for Unix other than below )
+ #