aboutsummaryrefslogtreecommitdiffstats
path: root/devel/qt5-scxml/Makefile
blob: d93a18a66b1a141e73c0f2eb222a93b05867896c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	scxml
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES=	devel
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt5 SCXML module

USES=		compiler:c++11-lang perl5 qmake qt-dist:5,scxml
USE_PERL5=	build
USE_QT=		core declarative network buildtools:build
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

QT_BINARIES=	yes

.include <bsd.port.mk>