# New ports collection makefile for: py-qt4-xml # Date created: 2007-02-20 # Whom: Danny Pansters # # $FreeBSD$ PORTNAME= xml PORTVERSION= 4.3.1 PORTREVISION= # zero CATEGORIES= textproc devel python MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/ \ http://freebsd.ricin.com/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- DISTNAME= PyQt-x11-gpl-${PORTVERSION} MAINTAINER= danny@ricin.com COMMENT= Python bindings for the Qt4 toolkit, QtXml module BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtCore.so:${PORTSDIR}/devel/py-qt4-core HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT_VER= 4 QT_COMPONENTS= xml qmake OPTIONS= API "Install QtXml API for QScintilla2" on \ DEBUG "Enable debugging in generated code" off \ SIPFILES "Install the QtXml SIP files" on \ TRACING "Enable tracing in generated code" off PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files OPTIONSFILE= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options SIPDIR= ${PREFIX}/share/py-sip CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" ARGS= -b ${PREFIX}/bin\ -d ${PYTHON_SITELIBDIR}\ -q ${QT_PREFIX}/bin/qmake-qt4 .include .if defined(WITH_DEBUG) ARGS+= --debug .endif .if defined(WITHOUT_API) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " PLIST_SUB+= APIFILE="@comment " .else LIB_DEPENDS+= qscintilla2.2:${PORTSDIR}/devel/qscintilla2 ARGS+= --qsci-api PLIST_SUB+= API="" PLIST_SUB+= APIFILE="share/qt4/qsci/api/python/QtXml.api" .endif .if defined(WITHOUT_SIPFILES) ARGS+= --no-sip-files PLIST_SUB+= SIPFILES="@comment " PLIST_SUB+= SIPDIR="@comment " .else ARGS+= --sipdir ${SIPDIR} PLIST_SUB+= SIPFILES="" PLIST_SUB+= SIPDIR="share/py-sip" .endif .if defined(WITH_TRACING) ARGS+= --trace .endif ARGS+= --enable QtXml 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}/QtXml/Makefile .include .17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
tr>
Commit message (Expand)AuthorAgeFilesLines
* Fix build by updating png locationscrees2012-06-141-3/+2
* Mark BROKEN with new pngerwin2012-06-091-0/+2
* - update png to 1.5.10dinoex2012-06-011-1/+2
* - Add common code to support for cmake based ports.miwi2008-05-281-0/+9
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
* - I guess I just earned a new pointyhat.rafan2007-01-191-1/+1
* - Hey, my bad fingers!rafan2007-01-191-1/+1
* - Fix buildrafan2007-01-191-2/+2
* BROKEN: Does not buildkris2006-12-101-0/+2
* - Fix build with python 2.5miwi2006-12-091-0/+11
* Set CMAKE_BACKWARDS_COMPATIBILITY to 2.2 and unbreak.thierry2006-10-071-5/+2
* Schedule these broken ports for termination on 2006-12-01kris2006-09-031-0/+2
* BROKEN: Does not buildkris2006-08-181-0/+2
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-13