17 lines
457 B
Text
17 lines
457 B
Text
# $NetBSD: Makefile.common,v 1.7 2015/09/12 20:03:00 tnn Exp $
|
|
# used by devel/lua-stdlib-doc/Makefile
|
|
# used by devel/lua-stdlib/Makefile
|
|
|
|
DISTNAME= stdlib-28
|
|
PKGNAME= lua-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://cloud.github.com/downloads/rrthomas/lua-stdlib/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
HOMEPAGE= https://github.com/rrthomas/lua-stdlib
|
|
LICENSE= mit
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/lua-stdlib/distinfo
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|