27ff726047
This release has the new PS4 port and various important bug fixes over 2.0.2 -- an update is recommended. Updated as discussed with maintainer alnsn@netbsd.org
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/03/12 22:49:14 justin Exp $
|
|
#
|
|
|
|
DISTNAME= LuaJIT-2.0.3
|
|
PKGNAME= ${DISTNAME:S/LuaJIT/LuaJIT2/}
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://luajit.org/download/
|
|
|
|
MAINTAINER= alnsn@NetBSD.org
|
|
HOMEPAGE= http://luajit.org/
|
|
COMMENT= Just-In-Time Compiler for the Lua programming language
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|