summaryrefslogtreecommitdiff
path: root/devel/py-qt4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-qt4/Makefile')
-rw-r--r--devel/py-qt4/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/py-qt4/Makefile b/devel/py-qt4/Makefile
deleted file mode 100644
index 11eb2756bd44..000000000000
--- a/devel/py-qt4/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Dima Panov <fluffy@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= qt4
-PORTVERSION= ${PYQT4_VERSION}
-PORTREVISION= 2
-CATEGORIES= devel python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Python bindings for the Qt 4 toolkit (meta port)
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USES= metaport python pyqt:4
-USE_PYTHON= concurrent flavors py3kplist
-
-# Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT4_ONLY in Mk/Use/pyqt.mk
-OPTIONS_DEFINE= assistant core dbus dbussupport declarative \
- demo designer designerplugin doc gui help \
- multimedia network opengl phonon qscintilla2 \
- script scripttools sql svg test webkit xml \
- xmlpatterns
-OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
-
-.for opt in ${OPTIONS_DEFINE}
-${opt}_USE= PYQT=${opt}_run
-${opt}_DESC= ${py-${opt}_DESC}
-.endfor
-
-.include <bsd.port.mk>