aboutsummaryrefslogtreecommitdiff
path: root/www/qt5-webchannel/Makefile
blob: 583bc556f0527d57bd6c58b3bd9ccdee11c1cfe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	webchannel
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES=	www
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt 5 library for integration of C++/QML with HTML/js clients

USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel
USE_QT=		core declarative \
		buildtools_build declarative-test_build testlib_build

# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
# tarball, which we need during the build.
EXTRACT_AFTER_ARGS=	--no-same-owner --no-same-permissions

.include <bsd.port.mk>