Changeset View
Changeset View
Standalone View
Standalone View
devel/pyside2/Makefile
| PORTNAME= pyside2 | PORTNAME= pyside2 | ||||
| DISTVERSION= ${QT5_VERSION} | DISTVERSION= ${QT5_VERSION} | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src | MASTER_SITES= QT/official_releases/QtForPython/shiboken2/PySide2-${DISTVERSION}-src | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| DISTNAME= pyside-setup-opensource-src-${DISTVERSION} | DISTNAME= pyside-setup-opensource-src-${DISTVERSION} | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= Python Qt bindings for Qt 5.12+ | COMMENT= Python Qt bindings for Qt 5.12+ | ||||
| WWW= https://wiki.qt.io/Qt_for_Python | WWW= https://wiki.qt.io/Qt_for_Python | ||||
| LICENSE= LGPL3 | LICENSE= LGPL3 | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ | ||||
| git>0:devel/git | git>0:devel/git | ||||
| LIB_DEPENDS= libshiboken2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/shiboken2@${PY_FLAVOR} | LIB_DEPENDS= libshiboken2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/shiboken2@${PY_FLAVOR} | ||||
| USES= cmake gl python qt:5 tar:xz | USES= cmake gl python qt:5 tar:xz | ||||
| USE_GL= gl | USE_GL= gl | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_PYTHON= flavors | USE_PYTHON= flavors | ||||
| USE_QT= 3d buildtools:build charts concurrent core datavis3d declarative \ | USE_QT= 3d buildtools:build charts concurrent core datavis3d declarative \ | ||||
| Show All 39 Lines | |||||