blob: 6bcd9a26da0e1c0d64a48d6e1a956b984a350f03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= uiplugin
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= x11-toolkits devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Custom Qt widget plugin interface for Qt Designer
USES= compiler:c++17-lang perl5 qmake qt-dist:5,tools
USE_PERL5= extract
USE_QT= core gui widgets \
buildtools_build # syncqt
BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
INSTALL_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
NO_ARCH= yes
.include <bsd.port.mk>
|