da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
17 lines
374 B
Makefile
17 lines
374 B
Makefile
PORTNAME= qml-box2d
|
|
DISTVERSION= 2.0.20180109
|
|
PORTREVISION= 5
|
|
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>
|