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