head	1.4;
access;
symbols
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	atlast_1_0:1.1.1.1
	PGIFFUNI:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2005.12.21.19.49.43;	author ehaupt;	state dead;
branches;
next	1.3;

1.3
date	2005.04.19.21.01.14;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.06.17.37.23;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	97.11.17.09.48.18;	author tg;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.11.17.09.48.18;	author tg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 1.1
- Remove two patches

PR:		90723
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com> (maintainer)
@
text
@*** Makefile.orig	Mon May  9 03:26:47 1994
--- Makefile	Fri Oct  5 05:18:35 2001
***************
*** 18,24 ****
  all:	$(APPS)
  
  atlast: $(ATLOBJ)
! 	cc $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES)
  
  atlast.o:   atlast.c atldef.h
  atldef.h:   atlast.h
--- 18,24 ----
  all:	$(APPS)
  
  atlast: $(ATLOBJ)
! 	$(CC) $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES)
  
  atlast.o:   atlast.c atldef.h
  atldef.h:   atlast.h
***************
*** 33,39 ****
  	echo  >>/tmp/regin.tmp
  	echo  >>/tmp/regin.tmp
  	atlast -iregress </tmp/regin.tmp >/tmp/regout.tmp
! 	/bin/diff regout.txt /tmp/regout.tmp
  
  clean:
  	rm -f $(APPS)
--- 33,39 ----
  	echo  >>/tmp/regin.tmp
  	echo  >>/tmp/regin.tmp
  	atlast -iregress </tmp/regin.tmp >/tmp/regout.tmp
! 	/usr/bin/diff regout.txt /tmp/regout.tmp
  
  clean:
  	rm -f $(APPS)
@


1.3
log
@- Use PLIST_FILES/PORTDOCS
- Minimize Makefile-patch
@
text
@@


1.2
log
@o CFLAGS/CC safeness; therefore, bump PORTREVISION
o simplify DESCR, add WWW tag
o support NOPORTDOCS in PLIST
o style changes in Makefile:
	- un"echo" installation
	- merge do-install/post-install

PR:		31075
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@a3 21
*** 7,15 ****
  
  INCLUDE =
  
! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT
  
! CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG)
  
  ATLOBJ = atlast.o atlmain.o
  
--- 7,15 ----
  
  INCLUDE =
  
! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK
  
! CFLAGS += $(INCLUDE) $(ATLCONFIG)
  
  ATLOBJ = atlast.o atlmain.o
  
***************
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** Makefile.orig	Tue Aug 26 21:20:06 1997
--- Makefile	Tue Aug 26 21:21:46 1997
d4 1
a4 1
*** 1,13 ****
d6 1
a6 1
  #	Unix makefile for ATLAST
d8 1
a8 1
! COPTIONS = -O
d10 1
a10 1
  LIBRARIES = -lm
d12 1
a12 1
  INCLUDE =
d14 1
a14 1
! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT
d16 1
a16 1
  CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG)
d18 1
a18 1
--- 1,13 ----
d20 1
a20 1
  #	Unix makefile for ATLAST
d22 1
a22 1
! COPTIONS = -O3 -pipe
d24 3
a26 1
  LIBRARIES = -lm
d28 2
a29 1
  INCLUDE =
d31 4
a34 1
! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK
d36 2
a37 1
  CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG)
d39 2
@


1.1.1.1
log
@Import atlast port. atlast is an embedded script language
derived from Forth.

PR:		4446
Submitted by:	Pedro Giffuni <pgiffuni@@fps.biblos.unal.edu.co>
@
text
@@
