mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
76635b6520
LGI is a gobject-introspection based dynamic Lua binding to GObject-based libraries. It allows using GObject-based libraries directly from Lua. WWW: https://github.com/pavouk/lgi PR: ports/174597 Submitted by: Maxim Andreev <andreevmaxim@gmail.com>
25 lines
477 B
Makefile
25 lines
477 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lgi
|
|
PORTVERSION= 0.6.2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= andreevmaxim@gmail.com
|
|
COMMENT= Lua bindings to libraries using GObject-Introspection
|
|
|
|
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
WRKSRC= ${WRKDIR}/pavouk-lgi-a4ad06c
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pavouk
|
|
|
|
USE_LUA= 5.1+
|
|
USE_GMAKE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/${LUA_SUBDIR}
|
|
|
|
.include <bsd.port.mk>
|