blob: 9740c768566417a8e1ca3e4282f04ea17aa16bf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|