blob: a6c1487f44659e70eef4c3eb42e147cd9960d4d5 (
plain)
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
|
# $FreeBSD$
PORTNAME= designerplugin
CATEGORIES= devel python
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtDesigner plugin
BUILD_WRKSRC= ${WRKSRC}/designer
INSTALL_WRKSRC= ${WRKSRC}/designer
DESTDIRNAME= INSTALL_ROOT
CONFIGURE_ARGS= --enable QtDesigner
PYQT_DIST= yes
USES= python pyqt:5
USE_GL= gl
USE_PYQT= sip_build
USE_QT5= core designer gui xml widgets \
buildtools_build qmake_build
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ON= --debug --trace
PLIST_FILES= %%QT_PLUGINDIR%%/designer/libpyqt5.so
.include <bsd.port.mk>
|