1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/libevdevplus/Makefile
Niclas Zeising a8d9df7e30 Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
2020-09-28 19:59:57 +00:00

26 lines
462 B
Makefile

# $FreeBSD$
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 0.1.1
PORTREVISION= 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>