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

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

USES=		compiler:c++11-lang qmake qt-dist:5,scxml
USE_QT=		core declarative network buildtools_build

QT_BINARIES=	yes

.include <bsd.port.mk>