mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
21 lines
493 B
Makefile
21 lines
493 B
Makefile
PORTNAME= qtfeedback
|
|
DISTVERSION= 5.0.0-beta1-32
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -ga14bd0b
|
|
CATEGORIES= deskutils kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt Tactile Feedback Add-on Module
|
|
|
|
USES= gl qmake qt:5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= qtproject
|
|
USE_GL= gl
|
|
USE_QT= core declarative gui multimedia network \
|
|
buildtools_build qmake_build testlib_build
|
|
|
|
pre-configure:
|
|
cd ${CONFIGURE_WRKSRC} && ${QT_BINDIR}/syncqt.pl -version ${QT5_VERSION} -module QtFeedback
|
|
|
|
.include <bsd.port.mk>
|