freebsd-ports/x11-toolkits/qt5-quick3d/Makefile

17 lines
360 B
Makefile
Raw Normal View History

PORTNAME= quick3d
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 2
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Set of controls for building complete interfaces in Qt Quick3D
USES= compiler:c++11-lang qmake qt-dist:5
USE_QT= core declarative gui network opengl \
buildtools_build
QT_BINARIES= yes
.include <bsd.port.mk>