aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qml-box2d/Makefile
blob: ed6a972e15472055579791454da347b25d944e2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	qml-box2d
DISTVERSION=	2.0.20180109
PORTREVISION=	4
CATEGORIES=	x11-toolkits

MAINTAINER=	kde@FreeBSD.org
COMMENT=	QML Box2D plugin

USES=		compiler:c++11-lang gl qmake:outsource qt:5
USE_GITHUB=	yes
GH_TAGNAME=	21e57f
USE_GL=		gl
USE_QT=		core declarative gui network \
		buildtools_build qmake_build
USE_LDCONFIG=	${QT_QMLDIR}/Box2D.2.0/

.include <bsd.port.mk>