openbsd-ports/lang/lua/Makefile.inc
jasper 1ab04af85e - rewrite lua.port.mk to support multiple lua versions.
written and rewritten above and in budapest, with some help from sthen@ (and his cider)
2012-07-10 15:09:25 +00:00

25 lines
467 B
Makefile

# $OpenBSD: Makefile.inc,v 1.1 2012/07/10 15:09:25 jasper Exp $
COMMENT= powerful, light-weight programming language (version ${VERSION})
DISTNAME= lua-${VERSION}
SHARED_ONLY= Yes
CATEGORIES= lang
MASTER_SITES= http://www.lua.org/ftp/ \
http://www.tecgraf.puc-rio.br/lua/ftp/
HOMEPAGE= http://www.lua.org/
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_FLAGS+= CC="${CC}"
NO_REGRESS= Yes