Announcement: https://www.qt.io/blog/qt-5.13.2-released Thanks to kai@ for updating webengine. PR: 241649 Exp-run by: antoine
17 lines
407 B
Makefile
17 lines
407 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gamepad
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= x11-toolkits
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 5 Gamepad Module
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
|
|
|
|
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
|
|
USE_QT= core declarative gui buildtools_build
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
.include <bsd.port.mk>
|