pkgsrc/devel/lua-alt-getopt/Makefile
2015-01-10 20:48:58 +00:00

25 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/01/10 20:52:25 wiz Exp $
DISTNAME= lua-alt-getopt-0.7.0
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua-//}
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lua-alt-getopt/} \
http://mova.org/~cheusov/pub/lua_alt_getopt/
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= https://sourceforge.net/projects/lua-alt-getopt/
COMMENT= Lua API for getopt similar to getopt_long(3)
LICENSE= mit
USE_BSD_MAKEFILE= yes
NO_BUILD= yes
NO_CONFIGURE= yes
INSTALLATION_DIRS+= ${LUA_LDIR}
INSTALL_MAKE_FLAGS+= LUAMODDIR=${PREFIX}/${LUA_LDIR}
.include "../../lang/lua/module.mk"
.include "../../mk/bsd.pkg.mk"