mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
93b90c42e3
All the qt5-ports share the same library directory. devel/qt5-core is dependet on by all others. So there is no need to add identical entries to libdata/ldconfig, and restart the ldconfig service on every pkg change of those ports. Reported by: bapt Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27224
18 lines
382 B
Makefile
18 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|