summaryrefslogtreecommitdiff
path: root/graphics/qt5-opengl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/qt5-opengl/Makefile')
-rw-r--r--graphics/qt5-opengl/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/qt5-opengl/Makefile b/graphics/qt5-opengl/Makefile
new file mode 100644
index 000000000000..e8b6dee82c0e
--- /dev/null
+++ b/graphics/qt5-opengl/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= opengl
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= graphics
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt 4-compatible OpenGL support module
+
+USE_GL= gl
+USE_QT5= core gui widgets qmake_build buildtools_build
+QT_DIST= base
+HAS_CONFIGURE= yes
+USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
+
+BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+
+QT_DEFINES= OPENGL
+QT_CONFIG= opengl
+
+.include <bsd.port.mk>