32 lines
652 B
Makefile
32 lines
652 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2009/07/26 19:34:33 rillig Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= LuaJIT-1.1.5
|
||
|
CATEGORIES= lang
|
||
|
MASTER_SITES= http://luajit.org/download/
|
||
|
|
||
|
MAINTAINER= pho@cielonegro.org
|
||
|
HOMEPAGE= http://luajit.org/
|
||
|
COMMENT= Just-In-Time Compiler for the Lua programming language
|
||
|
|
||
|
LICENSE= mit
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
USE_TOOLS+= gmake
|
||
|
|
||
|
MAKE_FLAGS+= INSTALL_TOP=${PREFIX}
|
||
|
|
||
|
.include "../../mk/bsd.prefs.mk"
|
||
|
|
||
|
OPSYSVARS+= BUILD_TARGET
|
||
|
BUILD_TARGET.Linux= linux
|
||
|
BUILD_TARGET.FreeBSD= bsd
|
||
|
BUILD_TARGET.NetBSD= bsd
|
||
|
BUILD_TARGET.OpenBSD= bsd
|
||
|
BUILD_TARGET.Darwin= macosx
|
||
|
BUILD_TARGET.SunOS= solaris
|
||
|
BUILD_TARGET.*= posix
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|