aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-pyqwt/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-06-30 16:37:49 +0800
committerrene <rene@FreeBSD.org>2014-06-30 16:37:49 +0800
commit40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860 (patch)
treedf4588a3eebe74807d57f164b1c860b1243ffb47 /x11-toolkits/py-pyqwt/Makefile
parent25158e262ff6d3d175a0fc2f1dd36c820ae9c7c8 (diff)
downloadfreebsd-ports-gnome-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.tar.gz
freebsd-ports-gnome-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.tar.zst
freebsd-ports-gnome-40e411a11dcaa2c5e81f4f0cc900ca8a2bb34860.zip
Remove expired ports:
2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months 2014-06-30 mail/hotwayd: Protocol changed, software unusable 2014-06-30 mail/ilohamail-devel: Upstream disappeared 2014-06-30 games/tyrquake: Broken for more than 5 months 2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months 2014-06-30 games/sumwars: Broken for more than 5 months 2014-06-30 audio/ruby-esound: Broken for more than 5 months 2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months 2014-06-30 net-im/ysm: Broken for more than 5 months 2014-06-30 net-mgmt/send: Broken for more than 5 months 2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months 2014-06-30 net-p2p/bittyrant: Broken for more than 5 months 2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software. 2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this 2014-06-30 audio/tagger: Ancient, unmaintained 2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead 2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
Diffstat (limited to 'x11-toolkits/py-pyqwt/Makefile')
-rw-r--r--x11-toolkits/py-pyqwt/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-toolkits/py-pyqwt/Makefile b/x11-toolkits/py-pyqwt/Makefile
deleted file mode 100644
index 95a6f22f64e1..000000000000
--- a/x11-toolkits/py-pyqwt/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= pyqwt
-PORTVERSION= 5.2.0
-PORTREVISION= 8
-CATEGORIES= x11-toolkits python
-MASTER_SITES= SF
-MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}5/PyQwt-${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= PyQwt-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python Bindings for the Qwt Class Library
-
-BROKEN= do not build
-DEPRECATED= Broken for more than 5 months
-EXPIRATION_DATE= 2014-06-30
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/qmake-qt4:${PORTSDIR}/devel/qmake4 \
- ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}qt4-core>=4.5.4:${PORTSDIR}/devel/py-qt4-core \
- ${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.5.4:${PORTSDIR}/graphics/py-qt4-svg \
- ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.5.4:${PORTSDIR}/x11-toolkits/py-qt4-gui \
- ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.4.1:${PORTSDIR}/devel/py-qt4-qscintilla2 \
- ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-LIB_DEPENDS= qwt.5:${PORTSDIR}/x11-toolkits/qwt5
-
-USES= gmake
-USE_PYTHON= yes
-MAKEFILE= GNUmakefile
-MAKE_JOBS_UNSAFE= yes
-
-NO_STAGE= yes
-post-patch:
- ${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \
- ${WRKSRC}/GNUmakefile
-
-.include <bsd.port.mk>