aboutsummaryrefslogtreecommitdiffstats
path: root/devel/lua-lgi/Makefile
blob: 95b1c85ac33d89634640fc7c61e7eecfdaf5c216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=   lgi
PORTVERSION=    0.7.1
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}

USE_GITHUB= yes
GH_ACCOUNT= pavouk
GH_COMMIT=  1bbf1bc

USES=       pkgconfig
USE_LUA=    5.1+
USE_GMAKE=  yes

CPPFLAGS+=  -I${LOCALBASE}/include/${LUA_SUBDIR}

.include <bsd.port.mk>