diff options
Diffstat (limited to 'x11-toolkits/py-pyqwt/Makefile')
-rw-r--r-- | x11-toolkits/py-pyqwt/Makefile | 40 |
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> |