head	1.3;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.09.16.21.42.04;	author linimon;	state dead;
branches;
next	1.2;

1.2
date	2006.09.15.08.17.09;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2004.11.21.09.32.07;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove zero-length files.

PR:		ports/101612
Submitted by:	alepulver
Pointy hat to:	linimon
@
text
@@


1.2
log
@Modify these files to reflect bsd.lua.mk as tested on the cluster.

PR:		ports/101612
Submitted by:	alepulver
Hat:		portmgr
@
text
@@


1.1
log
@toLua is a tool that greatly simplifies the integration of C/C++
code with Lua. Based on a "cleaned" header file, toLua automatically
generates the binding code to access C/C++ features from Lua. Using
Lua-5.0 API and tag method facilities, the current version automatically
maps C/C++ constants, external variables, functions, namespace,
classes, and methods to Lua. It also provides facilities to create
Lua modules.

WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/

Author: Waldemar Celes <celes@@tecgraf.puc-rio.br>
@
text
@a0 26
--- config.orig	Sun Nov 21 20:12:01 2004
+++ config	Sun Nov 21 20:12:39 2004
@@@@ -3,7 +3,7 @@@@
 # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================
 
 # you need an ANSI C compiler. gcc is a popular one.
-CC= gcc
+#CC= gcc
 WARN= -ansi -Wall
 
 # on SGI's, cc is ANSI.
@@@@ -20,7 +20,7 @@@@
 AR= ar rcu
 
 # set lua path
-LUA=/usr/local/lua
+LUA=${LOCALBASE}
 LUAINC=$(LUA)/include
 LUALIB=$(LUA)/lib
 
@@@@ -29,4 +29,4 @@@@
 INC= -I$(LUAINC) -I$(TOLUA)/include
 LIB= -L$(LUALIB)
 
-CFLAGS= -O2 $(WARN) $(INC)
+CFLAGS+= -O2 $(WARN) $(INC)
@

