mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- PyQt6: update to 6.5.2 - PyQt6-Charts: update to 6.5.0 - PyQt6-NetworkAuth: update to 6.5.0 - PyQt6-WebEngine: update to 6.5.0 - QScintilla: update to 2.14.1 - PyQt6-sip: update to 13.5.2 - PyQt-builder: update to 1.15.2 - sip: update to 6.7.9
29 lines
772 B
Makefile
29 lines
772 B
Makefile
PORTNAME= networkauth
|
|
DISTVERSION= ${PYQTNETWORKAUTH_VERSION}
|
|
CATEGORIES= net devel python
|
|
MASTER_SITES= ${MASTER_SITES_PYQTNETWORKAUTH}
|
|
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
|
|
DISTNAME= ${PYQTNETWORKAUTH_DISTNAME}
|
|
|
|
PYQT_DIST= yes
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python bindings for the Qt6 toolkit, QtNetworkAuth module
|
|
WWW= https://riverbankcomputing.com/software/pyqt
|
|
|
|
LIB_DEPENDS= libqscintilla2_qt6.so:devel/qscintilla2-qt6
|
|
|
|
USES= gl pyqt:6 python qt:6
|
|
USE_GL= gl
|
|
USE_LOCALE= C.UTF-8
|
|
USE_PYQT= sip:build pyqt6 qtbuilder
|
|
USE_PYTHON= concurrent flavors
|
|
USE_QT= base networkauth
|
|
|
|
PLIST_SUB= PYQTNETWORKAUTH_VERSION=${DISTVERSION}
|
|
|
|
post-install:
|
|
@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt6 \
|
|
-name '*.so*' -exec ${STRIP_CMD} {} +
|
|
|
|
.include <bsd.port.mk>
|