aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-uiplugin/Makefile
blob: 9b79c5b4c05ea931ac38cc674da208dd33f03f77 (plain) (blame)
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>