pkgsrc/devel/lua-gi/Makefile
triaxx 768071387e Update devel/lua-gi to 0.9.1
Reviewed by maya@

Changes:
* marshal NULL strings as nil instead of empty strings. This allows use of e.g. DataInputStream:read_line() APIs.
* fix and improve build for OSX and Win-based configurations
* add support for arrays with lengths as struct fields
* allow GLib.Variant construction for lightuserdata
* fix gtop binding (certain structs could not be imported)
* adapt to new set of annotations in newer glib
* assorted Lua5.3 fixes, lgi is now fully Lua5.3 compatible
* fix binding of Gdk.Rectangle from newer GDK
2017-08-12 15:46:56 +00:00

25 lines
716 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/08/12 15:46:56 triaxx Exp $
DISTNAME= lgi-${VERSION}
PKGNAME= ${LUA_PKGPREFIX}-gi-${VERSION}
VERSION= 0.9.1
CATEGORIES= devel
MASTER_SITES= -https://codeload.github.com/pavouk/lgi/tar.gz/${VERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pavouk/lgi
COMMENT= Gobject-introspection based dynamic Lua binding
LICENSE= mit
USE_LANGUAGES+= c
USE_TOOLS+= pkg-config gmake
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= LUA_VERSION=${_LUA_DOT_VERSION}
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/lua/module.mk"
.include "../../mk/bsd.pkg.mk"