head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.12.01.00.56.19;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2008.11.04.21.55.39;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308042
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308042 | sperber | 2012-11-30 23:51:49 +0000 (Fri, 30 Nov 2012) | 9 lines
## SVN ##
## SVN ## - Update to version 5.0.2
## SVN ## - Add MAKE_JOBS_UNSAFE
## SVN ## - Convert to optionsng
## SVN ##
## SVN ## PR:           ports/171970
## SVN ## Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
## SVN ## Approved by:  beat (mentor)
## SVN ## Feature safe: yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- ambfor/makefile.orig	2011-04-29 20:40:50.000000000 +0900
+++ ambfor/makefile	2012-09-24 02:50:23.000000000 +0900
@@@@ -12,12 +12,12 @@@@
 #
 # 
 
-CFLAGS = -c -g
+CFLAGS += -c
 #FC = g77 
-FC = gfortran
-FFLAGS = -c -g -ffast-math -funroll-loops -O3
+#FC = gfortran
+#FFLAGS = -c -g -ffast-math -funroll-loops -O3
 LIBS =  -lm
-LDR = ${FC} -g
+LDR = ${FC}
 
 OBJS = angle.o bond.o charge.o conn.o enegrd.o getinp.o param.o \
 	tors.o vdwlj.o math.o switch.o wrtout.o pbc.o 
@@@@ -47,7 +47,7 @@@@
 	$(LDR) -o ambmd md.o verlet.o qvdw.o allocmd.o $(OBJS) $(LIBS)
 
 ambfor.o:	ambfor.f
-	${FC} -c -g -ffast-math -funroll-loops -o ambfor.o ambfor.f
+	${FC} -c ${FFLAGS} -o ambfor.o ambfor.f
 
 allocmd.o:	alloc.c
 	$(CC) $(CFLAGS) -DMD -c alloc.c -o allocmd.o
@


1.1
log
@Update to 4.7

PR:		ports/128476
Submitted by:	fulvio ciriaco <oivulf@@gmail.com>
@
text
@d1 3
a3 3
--- ambfor/makefile.orig	2008-10-30 10:06:37.000000000 +0100
+++ ambfor/makefile	2008-10-30 10:07:19.000000000 +0100
@@@@ -14,11 +14,11 @@@@
d5 1
a5 1
 #CC = cc
d7 7
a13 5
-CFLAGS = -c
-FC = g77
+CFLAGS += -DFREEBSD=1
+#FC = g77
 FFLAGS = -c -O3 -ffast-math
d15 2
a16 2
-LDR = g77 
+LDR = $(FC) 
d18 11
a28 2
 OBJS = ambfor.o angle.o bond.o charge.o conn.o enegrd.o getinp.o \
 	param.o tors.o vdwlj.o math.o optimise.o wrtout.o
@

