aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua++50/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tolua++50/Makefile')
-rw-r--r--lang/tolua++50/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/tolua++50/Makefile b/lang/tolua++50/Makefile
deleted file mode 100644
index 997a9927ef60..000000000000
--- a/lang/tolua++50/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: tolua++
-# Date created: 18 Jan 2006
-# Whom: aaron@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= tolua++
-PORTVERSION= 1.0.92
-CATEGORIES= lang devel
-MASTER_SITES= http://www.codenix.com/~tolua/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua
-
-LIB_DEPENDS= lua:${PORTSDIR}/lang/lua50
-
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-USE_SCONS= yes
-SCONS_ARGS= prefix=${PREFIX}
-
-CFLAGS+= -I/usr/local/include/lua50
-LDFLAGS+= -L/usr/local/lib/lua50
-
-.include <bsd.port.mk>