Files
ports/devel/libevdevplus/Makefile
Mark Linimon 31b7d0a959 Fix build on GCC-based systems by adding c++11-lang to USES:
/wrkdirs/usr/ports/devel/libevdevPlus/work/libevdevPlus-0.1.1/CommonIncludes.hpp:17:25: error: unordered_set: No such file or directory

Approved by:	portmgr (tier-2 blanket)
2020-04-19 04:47:58 +00:00

25 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 0.1.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= bapt@FreeBSD.org
COMMENT= Easy-to-use event device library in C++
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto
USES= cmake compiler:c++11-lang localbase
USE_GITHUB= yes
GH_PROJECT= libevdevPlus
GH_ACCOUNT= YukiWorkshop
USE_LDCONFIG= yes
.include <bsd.port.mk>