mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
19 lines
341 B
Makefile
19 lines
341 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= qml-box2d
|
||
|
DISTVERSION= 2.0.20180109
|
||
|
CATEGORIES= x11-toolkits
|
||
|
|
||
|
MAINTAINER= kde@FreeBSD.org
|
||
|
COMMENT= QML Box2D plugin
|
||
|
|
||
|
USES= qmake:outsource
|
||
|
USE_GITHUB= yes
|
||
|
GH_TAGNAME= 21e57f
|
||
|
USE_GL= gl
|
||
|
USE_QT5= core gui network qml quick \
|
||
|
buildtools_build qmake_build
|
||
|
USE_LDCONFIG= ${QT_QMLDIR}/Box2D.2.0/
|
||
|
|
||
|
.include <bsd.port.mk>
|