blob: 78d855b3832c7b74eb7fd6c66a4cdd49502908cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= webengine
DISTVERSION= ${PYQTWEBENGINE_VERSION}
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITES_PYQTWEBENGINE}
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
DISTNAME= ${PYQTWEBENGINE_DISTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtWebEngine module
WWW= https://riverbankcomputing.com/software/pyqt
LICENSE= ${PYQT5_LICENSE}
USES= gl pyqt:5,dist python qt:5
USE_GL= gl
USE_PYQT= pyqt5 qtbuilder:build sip:build
USE_PYTHON= concurrent flavors
USE_QT= core declarative gui location network printsupport webchannel \
webengine widgets qmake:build
PLIST_SUB= PYQT_WEBENGINE_VERSION=${DISTVERSION}
post-install:
@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 \
-name '*.so*' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>
|