diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 12:40:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 12:40:00 +0000 |
commit | 6b2bffe139b4a56facf13ee453a24c9ca1ba6d9d (patch) | |
tree | 52b588910f5e434c95691c105a41ee4a6ccd8b46 /devel/py-qt4-designerplugin/Makefile | |
parent | d36ecdb5d4446cf82974c35f6c4bc8d0f4a80a0e (diff) |
Notes
Diffstat (limited to 'devel/py-qt4-designerplugin/Makefile')
-rw-r--r-- | devel/py-qt4-designerplugin/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/devel/py-qt4-designerplugin/Makefile b/devel/py-qt4-designerplugin/Makefile index 5cfa0311afd5..f5a810dd72d8 100644 --- a/devel/py-qt4-designerplugin/Makefile +++ b/devel/py-qt4-designerplugin/Makefile @@ -5,19 +5,19 @@ # $FreeBSD$ PORTNAME= designerplugin -PORTVERSION= 4.3.1 -PORTREVISION= # zero +PORTVERSION= ${PYQT4_VERSION} +PORTREVISION= 1 + CATEGORIES= devel python -MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ \ - http://freebsd.ricin.com/ports/distfiles/ +MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- -DISTNAME= PyQt-x11-gpl-${PORTVERSION} +DISTNAME= ${PYQT4_DISTNAME} -MAINTAINER= danny@ricin.com +MAINTAINER= ${PYQT_MAINTAINER} COMMENT= Python bindings for the Qt4 toolkit, QtDesigner plugin -BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:${PORTSDIR}/devel/py-qt4-designer +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip +RUN_DEPENDS= ${PKGNAMEPREFIX}designer>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-designer HAS_CONFIGURE= yes USE_PYTHON= 2.5+ @@ -32,8 +32,10 @@ OPTIONSFILE= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" ARGS= -b ${PREFIX}/bin\ -d ${PYTHON_SITELIBDIR}\ - -q ${QT_PREFIX}/bin/qmake-qt4 + -q ${QT_PREFIX}/bin/qmake-qt4\ + --confirm-license +.include "../py-sip/files/bsd.pyqt.mk" .include <bsd.port.pre.mk> .if defined(WITH_DEBUG) |