head	1.3;
access;
symbols
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	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
	RELEASE_2_2_5:1.1.1.1
	squeak:1.1.1.1
	SQUEAK:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.03.27.22.06.45;	author sf;	state dead;
branches;
next	1.2;

1.2
date	98.12.23.04.32.32;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	97.06.10.09.31.49;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.06.10.09.31.49;	author asami;	state Exp;
branches;
next	;


desc
@@


1.3
log
@remove squeak1, distfile is no longer available.
There is successor of this port, squeak2.

PR:		26147
Submitted by:	maintainer
@
text
@*** /usr/ports/lang/squeak1/work/1.31/src/GNUmakefile.conf	Thu Mar  5 15:42:07 1998
--- src/GNUmakefile.conf	Mon Dec 21 01:01:59 1998
***************
*** 27,33 ****
  
  # platform identification
  
! UTSMAC:=	$(shell arch     | tr [A-Z] [a-z])
  UTSSYS:=	$(shell uname -s | tr [A-Z] [a-z] | sed 's/-//g')
  UTSREL:=	$(shell uname -r | tr [A-Z] [a-z])
  
--- 27,34 ----
  
  # platform identification
  
! #UTSMAC:=	$(shell arch     | tr [A-Z] [a-z])
! UTSMAC:=	$(shell uname -m | tr [A-Z] [a-z])
  UTSSYS:=	$(shell uname -s | tr [A-Z] [a-z] | sed 's/-//g')
  UTSREL:=	$(shell uname -r | tr [A-Z] [a-z])
  
***************
*** 52,57 ****
--- 53,71 ----
  #									   #
  #			START OF CONFIGURATION SECTION			   #
  #									   #
+ ifeq ($(SYSTEM),                                        freebsd)
+   CC=		gcc
+   CCFLAGS:=	-O3 -fomit-frame-pointer $(PROFILE)
+   INCDIRS:=	-I/usr/X11R6/include
+   LDO=		ld -r
+   LD=		gcc
+   LDFLAGS:=	$(PROFILE)
+   LIBDIRS=	-L/usr/X11R6/lib
+   LIBS=		-lX11 -lXext -lm
+   GNU=		gnu-
+   GAWK=		awk
+ endif
+ 
  ifeq ($(SYSTEM),					linux)
    CC=		gcc
    CCFLAGS:=	-O2 -g $(PROFILE)
@


1.2
log
@Update to version 1.31.

PR:		9159
Submitted by:	maintainer
@
text
@@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** /usr/ports/lang/squeak/work/Squeak-1.18/src/Makefile	Sun Jan 19 00:29:00 1997
--- Makefile	Fri Apr 25 18:12:29 1997
d4 1
a4 1
*** 23,32 ****
d6 1
a6 17
  CC=		gcc
  LD=		gcc
! CCFLAGS=	-O3 -funroll-loops -g
  LDFLAGS=
! LIBS=		-lX11 -lm
! INCLUDE=
  
  # top-level targets -- default is to build just the VM
  
--- 23,32 ----
  
  CC=		gcc
  LD=		gcc
! CCFLAGS=	-O2 -funroll-loops
  LDFLAGS=
! LIBS=		-L${X11BASE}/lib -lX11 -lm
! INCLUDE=	-I${X11BASE}/include
d8 35
a42 1
  # top-level targets -- default is to build just the VM
@


1.1.1.1
log
@A smalltalk system with a graphical user interface.

PR:		3458
Submitted by:	Roland Jesse <jesse@@cs.uni-magdeburg.de>
@
text
@@
