blob: d49c7f65bcca0d93b75586d68555ae38c573722f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= gamepad
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 2
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
.include <bsd.port.mk>
|