head	1.3;
access;
symbols
	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.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2003.11.20.19.09.23;	author krion;	state dead;
branches;
next	1.2;

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

1.1
date	2001.02.14.13.22.36;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.8.5
- Unbreak this port
- Use PORTDOCS macro

PR:		59523
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@--- Makefile.orig	Tue Feb 27 03:02:51 2001
+++ Makefile	Tue Feb 27 03:02:58 2001
@@@@ -1,9 +1,7 @@@@
-CFLAGS = -O -g
 
 # DEPENDENCIES
 
 SUBDIRS=	celmalloc hash vm kits
-MAKE=		make
 
 all:
 	for i in $(SUBDIRS); do \
@


1.2
log
@Update to version 0.6.

PR:		25398
Submitted by:	maintainer
@
text
@@


1.1
log
@New Port: lang/cel
Cel is a computer language. In particular it is of the
prototype-based, object oriented variety.

PR:		23996
Submitted by:	George Reid <greid@@ukug.uk.freebsd.org>
@
text
@d1 12
a12 7
--- Makefile.notreal	Thu Jan  1 01:00:00 1970
+++ Makefile		Mon Jan  1 16:25:56 2001
@@@@ -0,0 +1,4 @@@@
+all:
+	cd aqmalloc; ${MAKE}
+	cd hash; ${MAKE} libhash.a
+	cd vm; ${MAKE}
@

