summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-uiplugin/Makefile
blob: e5e58e13734d2f538295cb0046a839663a870a6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	uiplugin
DISTVERSION=	${QT5_VERSION}
CATEGORIES=	x11-toolkits devel
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Custom Qt widget plugin interface for Qt Designer

USES=		compiler:c++17-lang qmake qt-dist:5,tools
USE_QT=		core gui widgets

BUILD_WRKSRC=   ${WRKSRC}/src/designer/src/${PORTNAME}
INSTALL_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}

.include <bsd.port.mk>