diff options
Diffstat (limited to 'x11/qt4-graphicssystems-opengl')
-rw-r--r-- | x11/qt4-graphicssystems-opengl/Makefile | 46 | ||||
-rw-r--r-- | x11/qt4-graphicssystems-opengl/pkg-descr | 10 | ||||
-rw-r--r-- | x11/qt4-graphicssystems-opengl/pkg-plist | 2 |
3 files changed, 0 insertions, 58 deletions
diff --git a/x11/qt4-graphicssystems-opengl/Makefile b/x11/qt4-graphicssystems-opengl/Makefile deleted file mode 100644 index 1cf9ea9ec458..000000000000 --- a/x11/qt4-graphicssystems-opengl/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# $FreeBSD$ - -PORTNAME= graphicssystems -DISTVERSION= ${QT4_VERSION} -PORTREVISION= 3 -CATEGORIES= x11 -PKGNAMEPREFIX= qt4- -PKGNAMESUFFIX= -opengl - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt OpenGL rendering engine (experimental) - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake:no_env qt-dist:4 -USE_QT= opengl - -HAS_CONFIGURE= yes -USE_GL= glu - -ALL_TARGET= first -CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH -MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \ - PATH=${WRKSRC}/bin:$$PATH - -DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \ - src/activeqt src/dbus src/multimedia src/network src/openvg \ - src/phonon src/qt3support src/s60installs src/s60main \ - src/script src/scripttools src/sql src/svg src/testlib \ - src/tools src/winmain src/xml src/xmlpatterns \ - src/3rdparty/clucene src/3rdparty/freetype \ - src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \ - src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit -.for dne in ${DO_NOT_EXTRACT} -EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' -.endfor - -BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/opengl -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -pre-configure: - ${MKDIR} ${WRKSRC}/mkspecs - ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake - -.include <bsd.port.mk> diff --git a/x11/qt4-graphicssystems-opengl/pkg-descr b/x11/qt4-graphicssystems-opengl/pkg-descr deleted file mode 100644 index d67bb18e304d..000000000000 --- a/x11/qt4-graphicssystems-opengl/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Qt is a cross-platform application and UI framework for developers -using C++ or QML, a CSS/JavaScript-like language. - -This port provides the OpenGL graphics backend, which is used for -on-screen widgets and QPixmaps. See for details: - -http://qt-project.org/doc/qt-4.8/qapplication.html#setGraphicsSystem -http://blog.qt.digia.com/blog/2008/10/22/so-long-and-thanks-for-the-blit - -WWW: http://qt-project.org diff --git a/x11/qt4-graphicssystems-opengl/pkg-plist b/x11/qt4-graphicssystems-opengl/pkg-plist deleted file mode 100644 index 3251863b28ed..000000000000 --- a/x11/qt4-graphicssystems-opengl/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%QT_PLUGINDIR%%/graphicssystems/libqglgraphicssystem.so -%%DEBUG%%%%QT_PLUGINDIR%%/graphicssystems/libqglgraphicssystem.so.debug |