head	1.3;
access;
symbols
	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.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.04.08.19.10.06;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2004.02.17.00.12.02;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.14.19.45.31;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 20b0
- Mark BROKEN on 4.x and !i386 (almost)

PR:		ports/79615
Submitted by:	Sam Lawrance <boris@@brooknet.com.au>
@
text
@--- Makefile.orig	Wed Dec 27 03:52:16 2000
+++ Makefile	Mon Feb 16 16:06:00 2004
@@@@ -1,8 +1,8 @@@@
 CC=cc
 LDOPTIONS=-shared
 LD=ld
-CCFLAGS=
-LIBS=-lm -ldl -lpthread
+CCFLAGS=$(CFLAGS) $(PTHREAD_CFLAGS)
+LIBS=-lm $(PTHREAD_LIBS)
 OBJS=builder.o conftree.o dynlolib.o execute.o\
      expression.o filesys.o getopt.o lexer.o match.o\
      memory.o myalloc.o options.o reader.o report.o sym.o\
@@@@ -20,7 +20,6 @@@@
 .PHONY: headers clean install all
 
 all: headers scriba cftc cgi.so hash.so re.so basicc.a 
-	sh install.sh
 
 clean :
 	rm *.so *.o *.h ./scriba
@@@@ -39,7 +38,6 @@@@
 
 scriba	: $(OBJS) $(COBJS) scribacmd.o
 	$(CC) -o scriba $(LIBS) $(OBJS) $(COBJS) scribacmd.o
-	scriba -v
 
 cftc : cftc.o confpile.o conftree.o lsp.o
 	$(CC) -o cftc $(LIBS) cftc.o confpile.o conftree.o lsp.o
@


1.2
log
@Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION.
@
text
@@


1.1
log
@ScriptBasic is a scripting implementation of the BASIC language. The
aim of this implementation is to provide a general and widely used
tool for the simple programmer. One of the reason behind the success
of the Microsoft operating systems is VisualBasic, which is built into
many of the applications Microsoft delivers. Why are UNIX and other
non-Microsoft operating system users prohibited to use the simplest
programming language?
ScriptBasic is a BASIC implementation, which aims not less than
becoming the most widely used scripting tool on UNIX systems. It is
portable, it is BASIC, it is a scripting tool and it is GNU LGPL.

PR:		ports/24133
Submitted by:	George Reid <greid@@ukug.uk.freebsd.org>
@
text
@d1 2
a2 2
--- Makefile.orig	Wed Dec 27 19:52:16 2000
+++ Makefile	Fri Jan 12 18:34:19 2001
d9 2
a10 2
+CCFLAGS=$(CFLAGS)
+LIBS=-lm -lc_r
@

