diff options
author | makc <makc@FreeBSD.org> | 2013-02-04 02:16:07 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-04 02:16:07 +0800 |
commit | 7ab84c06519afffae15f6c14b92743f8991311de (patch) | |
tree | 2cb4abebbb7836188618ba34b415099af9acc1de /www | |
parent | b35e2d02eb79155967699a2df3d74240374730cd (diff) | |
download | freebsd-ports-gnome-7ab84c06519afffae15f6c14b92743f8991311de.tar.gz freebsd-ports-gnome-7ab84c06519afffae15f6c14b92743f8991311de.tar.zst freebsd-ports-gnome-7ab84c06519afffae15f6c14b92743f8991311de.zip |
KDE/FreeBSD team presents:
SIP 4.14.3
QScintilla 2.7
PyQt 4.9.6
The area51 repository features commits by jhale and myself.
Changes:
- Trim Makefile header
- Convert to new option framework
Diffstat (limited to 'www')
-rw-r--r-- | www/py-qt4-webkit/Makefile | 38 | ||||
-rw-r--r-- | www/py-qt4-webkit/pkg-descr | 2 | ||||
-rw-r--r-- | www/py-qt4-webkit/pkg-plist | 1 |
3 files changed, 17 insertions, 24 deletions
diff --git a/www/py-qt4-webkit/Makefile b/www/py-qt4-webkit/Makefile index 5521ae8fd064..d75b722648eb 100644 --- a/www/py-qt4-webkit/Makefile +++ b/www/py-qt4-webkit/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-qt4-webkit -# Date created: 2009-01-04 -# Whom: Dima Panov <fluffy@fluffy.khv.ru> -# +# Created by: Dima Panov <fluffy@FreeBSD.org> # $FreeBSD$ PORTNAME= webkit PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- @@ -23,46 +19,42 @@ HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT4= qmake_build gui network webkit -OPTIONS= API "Install QtXml API for QScintilla2" on +OPTIONS_DEFINE= API +OPTIONS_DEFAULT=API +API_DESC= Install QtWebKit API for QScintilla2 -PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files +PATCHDIR= ${.CURDIR}/../../devel/py-qt4-core/files OPTIONSFILE?= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options SIPDIR= ${PREFIX}/share/py-sip QSCIDIR= ${PREFIX}/share/qt4/qsci -CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" ARGS= -b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} \ -p ${PREFIX}/${QT_PLUGINDIR_REL} \ -q ${QMAKE} \ --confirm-license \ --sipdir ${SIPDIR} \ - --enable QtWebKit + --enable QtWebKit \ + CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -.if defined(WITH_DEBUG) -ARGS+= --debug --trace -.endif - -.include "../../devel/py-sip/files/bsd.pyqt.mk" +.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> -.if defined(WITHOUT_API) +.if empty(PORT_OPTIONS:MAPI) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " .else -LIB_DEPENDS+= qscintilla2.8:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" .endif +.if defined(WITH_DEBUG) +ARGS+= --debug --trace +.endif + do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} -post-configure: - ${REINPLACE_CMD} -e 's|mkspecs/freebsd-g++|share/qt4/mkspecs/freebsd-g++|'\ - -e 's|CC = cc|CC = ${CC}|'\ - -e 's|CXX = c++|CXX = ${CXX}|'\ - -e 's|LINK = c++|LINK = ${CXX}|'\ - ${WRKSRC}/QtWebKit/Makefile - .include <bsd.port.mk> diff --git a/www/py-qt4-webkit/pkg-descr b/www/py-qt4-webkit/pkg-descr index dc99548ccd91..2ddc6cec390a 100644 --- a/www/py-qt4-webkit/pkg-descr +++ b/www/py-qt4-webkit/pkg-descr @@ -1,4 +1,4 @@ -PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework. +PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the QtWebKit module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/www/py-qt4-webkit/pkg-plist b/www/py-qt4-webkit/pkg-plist index b606a358ed72..3cf225015732 100644 --- a/www/py-qt4-webkit/pkg-plist +++ b/www/py-qt4-webkit/pkg-plist @@ -7,6 +7,7 @@ share/py-sip/QtWebKit/qwebframe.sip share/py-sip/QtWebKit/qwebhistory.sip share/py-sip/QtWebKit/qwebhistoryinterface.sip share/py-sip/QtWebKit/qwebinspector.sip +share/py-sip/QtWebKit/qwebkitglobal.sip share/py-sip/QtWebKit/qwebkitversion.sip share/py-sip/QtWebKit/qwebpage.sip share/py-sip/QtWebKit/qwebpluginfactory.sip |