diff options
Diffstat (limited to 'x11/py-qt4-opengl')
-rw-r--r-- | x11/py-qt4-opengl/Makefile | 34 | ||||
-rw-r--r-- | x11/py-qt4-opengl/pkg-descr | 4 | ||||
-rw-r--r-- | x11/py-qt4-opengl/pkg-plist | 9 |
3 files changed, 0 insertions, 47 deletions
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile deleted file mode 100644 index 238e89ee1597..000000000000 --- a/x11/py-qt4-opengl/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Danny Pansters <danny@ricin.com> -# $FreeBSD$ - -PORTNAME= opengl -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= x11 devel python - -MAINTAINER= kde@FreeBSD.org -COMMENT= Python bindings for the Qt4 toolkit, QtOpenGL module - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -CONFIGURE_ARGS= --enable QtOpenGL -PYQT_DIST= yes - -USES= python pyqt:4 qt:4 -USE_GL= gl -USE_PYQT= sip_build core_run gui_run -USE_PYTHON= concurrent flavors py3kplist -USE_QT= corelib gui opengl moc_build qmake_build - -OPTIONS_DEFINE= API DEBUG -OPTIONS_DEFAULT=API -OPTIONS_SUB= yes - -API_DESC= Install QtOpenGL API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} -API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 -DEBUG_CONFIGURE_ON= --debug --trace - -.include <bsd.port.mk> diff --git a/x11/py-qt4-opengl/pkg-descr b/x11/py-qt4-opengl/pkg-descr deleted file mode 100644 index 6fd0a6316102..000000000000 --- a/x11/py-qt4-opengl/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyQt4 is a set of Python bindings for Digia's Qt4 application framework. -This package provides the QtOpenGL module. - -WWW: https://riverbankcomputing.com/software/pyqt diff --git a/x11/py-qt4-opengl/pkg-plist b/x11/py-qt4-opengl/pkg-plist deleted file mode 100644 index c4eaf8ad72d3..000000000000 --- a/x11/py-qt4-opengl/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%PYTHON_SITELIBDIR%%/PyQt4/QtOpenGL.so -%%PYQT_SIPDIR%%/QtOpenGL/QtOpenGLmod.sip -%%PYQT_SIPDIR%%/QtOpenGL/qgl.sip -%%PYQT_SIPDIR%%/QtOpenGL/qglbuffer.sip -%%PYQT_SIPDIR%%/QtOpenGL/qglcolormap.sip -%%PYQT_SIPDIR%%/QtOpenGL/qglframebufferobject.sip -%%PYQT_SIPDIR%%/QtOpenGL/qglpixelbuffer.sip -%%PYQT_SIPDIR%%/QtOpenGL/qglshaderprogram.sip -%%API%%%%PYQT_APIDIR%%/api/python/QtOpenGL.api |