aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua50/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tolua50/Makefile')
-rw-r--r--lang/tolua50/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/tolua50/Makefile b/lang/tolua50/Makefile
deleted file mode 100644
index 4c589077c09d..000000000000
--- a/lang/tolua50/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# New ports collection makefile for: tolua
-# Date created: 21 November 2004
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tolua
-PORTVERSION= 5.0.1
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \
- http://www.tecgraf.puc-rio.br/~celes/tolua/
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= toLua: accessing C/C++ code from Lua
-
-LIB_DEPENDS= lua:${PORTSDIR}/lang/lua
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-5.0
-USE_GMAKE= yes
-CONFLICTS= tolua4-.*
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/tolua ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/include/tolua.h ${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/lib/libtolua.a ${PREFIX}/lib
-
-.include <bsd.port.mk>