mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
af3ce47a68
Reviewed by: tcberner (kde) Approved by: tcberner (kde) Differential Revision: https://reviews.freebsd.org/D15903
29 lines
776 B
Makefile
29 lines
776 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qt5
|
|
PORTVERSION= ${PYQT5_VERSION}
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python bindings for the Qt 5 toolkit (meta port)
|
|
|
|
USES= metaport python pyqt:5
|
|
USE_PYTHON= flavors
|
|
|
|
# Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT5_ONLY in Mk/Use/pyqt.mk
|
|
OPTIONS_DEFINE= core dbus dbussupport demo designer \
|
|
designerplugin gui multimedia multimediawidgets \
|
|
network opengl printsupport qml qscintilla2 quickwidgets \
|
|
sql serialport svg test webchannel webengine webkit \
|
|
webkitwidgets widgets xml xmlpatterns
|
|
OPTIONS_DEFAULT=${OPTIONS_DEFINE}
|
|
|
|
.for opt in ${OPTIONS_DEFINE}
|
|
${opt}_USE= PYQT=${opt}_run
|
|
${opt}_DESC= ${py-${opt}_DESC}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|