Prune devel/py-EnthoughtBase
[dports.git] / devel / py-qt4-assistant / Makefile
1 # Created by: Danny Pansters <danny@ricin.com>
2 # $FreeBSD$
3
4 PORTNAME=       assistant
5 PORTEPOCH=      1
6 CATEGORIES=     devel python
7
8 MAINTAINER=     kde@FreeBSD.org
9 COMMENT=        Python bindings for the Qt4 toolkit, QtAssistant module
10
11 BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip
12 RUN_DEPENDS=    ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui \
13                 ${PKGNAMEPREFIX}network>=${PYQT4_VERSION}:${PORTSDIR}/net/py-qt4-network
14
15 CONFIGURE_ARGS= --enable QtAssistant
16 PYQT4_DIST=     yes
17 USE_QT4=        assistantclient moc_build qmake_build
18
19 OPTIONS_DEFINE= API DEBUG
20 OPTIONS_DEFAULT=API
21 OPTIONS_SUB=    yes
22
23 API_DESC=               Install QtAssistant API for QScintilla2
24 API_CONFIGURE_ON=       --qsci-api --qsci-api-destdir=${QSCIDIR}
25 API_CONFIGURE_OFF=      --no-qsci-api
26 API_LIB_DEPENDS=        libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
27 DEBUG_CONFIGURE_ON=     --debug --trace
28
29 .include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
30 .include <bsd.port.mk>