2009-05-09 21:38:16 +02:00
|
|
|
# New ports collection makefile for: kdebindings4-python-pykde4
|
|
|
|
# Date created: 2009-02-13
|
|
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-10-17 02:03:42 +02:00
|
|
|
PORTNAME= pykde4
|
2009-05-09 21:38:16 +02:00
|
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
|
|
CATEGORIES= devel kde python
|
2011-10-17 02:03:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}kdebindings-
|
|
|
|
DIST_SUBDIR= KDE
|
2009-05-09 21:38:16 +02:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Python bindings for KDE
|
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
LIB_DEPENDS= qwt.5:${PORTSDIR}/x11-toolkits/qwt5
|
2011-10-17 02:03:42 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:${PORTSDIR}/devel/py-qt4-designer \
|
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
|
2009-05-09 21:38:16 +02:00
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \
|
2011-10-17 02:03:42 +02:00
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtOpenGL.so:${PORTSDIR}/x11/py-qt4-opengl \
|
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtSql.so:${PORTSDIR}/databases/py-qt4-sql \
|
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:${PORTSDIR}/textproc/py-qt4-xml \
|
2009-05-09 21:38:16 +02:00
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \
|
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \
|
2011-10-17 02:03:42 +02:00
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/phonon.so:${PORTSDIR}/multimedia/py-qt4-phonon \
|
|
|
|
${PYTHON_SITELIBDIR}/PyQt4/QtDeclarative.so:${PORTSDIR}/devel/py-qt4-declarative
|
|
|
|
|
2010-05-11 16:21:05 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
|
|
|
${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:${PORTSDIR}/devel/py-qt4-dbus
|
2009-05-09 21:38:16 +02:00
|
|
|
|
2012-05-25 04:15:20 +02:00
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix okular pimlibs \
|
|
|
|
akonadi automoc4 soprano
|
2009-05-09 21:38:16 +02:00
|
|
|
USE_PYTHON= 2.5+
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= corelib qmake_build moc_build uic_build rcc_build
|
2012-05-25 04:15:20 +02:00
|
|
|
USE_XZ= yes
|
2011-10-17 02:03:42 +02:00
|
|
|
USE_CMAKE= yes
|
2011-03-25 11:33:51 +01:00
|
|
|
CMAKE_ARGS+= -DWITH_PolkitQt:BOOL=FALSE
|
2010-05-11 16:21:05 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-09 21:38:16 +02:00
|
|
|
|
|
|
|
SUB_FILES= kdebindings4.pth
|
|
|
|
SUB_LIST= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR}
|
|
|
|
|
2009-12-01 17:34:53 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-09-02 23:06:27 +02:00
|
|
|
post-patch:
|
2009-12-01 17:34:53 +01:00
|
|
|
.if ${OSVERSION} < 800069
|
2011-10-17 02:03:42 +02:00
|
|
|
${REINPLACE_CMD} -e '/dlopen("kpythonpluginfactory.so"/ s,RTLD_NOLOAD |,,' \
|
|
|
|
${PATCH_WRKSRC}/kpythonpluginfactory/kpythonpluginfactory.cpp
|
2009-12-01 17:34:53 +01:00
|
|
|
.endif
|
2011-10-17 02:03:42 +02:00
|
|
|
${FIND} -d ${PATCH_WRKSRC}/sip -name "*.orig" -delete
|
2009-12-01 17:34:53 +01:00
|
|
|
|
2009-05-09 21:38:16 +02:00
|
|
|
pre-configure:
|
2011-10-17 02:03:42 +02:00
|
|
|
${REINPLACE_CMD} -e 's,$${SIP_DEFAULT_SIP_DIR},${PREFIX}/share/py-sip,g' \
|
2010-06-01 23:35:38 +02:00
|
|
|
${BUILD_WRKSRC}/CMakeLists.txt
|
2011-10-17 02:03:42 +02:00
|
|
|
${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY(examples)/ d' \
|
|
|
|
-e '/ADD_SUBDIRECTORY(tools)/ d' \
|
2009-05-09 21:38:16 +02:00
|
|
|
${BUILD_WRKSRC}/CMakeLists.txt
|
|
|
|
${RM} ${BUILD_WRKSRC}/examples/CMakeLists.txt
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
cd ${BUILD_WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
${INSTALL_DATA} ${WRKDIR}/kdebindings4.pth ${PYTHON_SITELIBDIR}
|
|
|
|
|
2009-12-01 17:34:53 +01:00
|
|
|
.include <bsd.port.post.mk>
|