aboutsummaryrefslogtreecommitdiff
path: root/devel/lua-lgi/Makefile
blob: 966ab73eb850e6d254cf44b86dca0d4899307ba6 (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
25
26
# $FreeBSD$

PORTNAME=	lgi
PORTVERSION=	0.7.1
PORTREVISION=	1
CATEGORIES=	devel
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}

MAINTAINER=	lua@FreeBSD.org
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}

NO_STAGE=	yes
.include <bsd.port.mk>