freebsd-ports/misc/g810-led/Makefile
Alexander Vereeken fc16547fa7 misc/g810-led: Add port: Led controller for Logitech G- Keyboards
PR:			254967
Reviewed by:		lwshu, diizzy, mat, koobs
Differential Revision:	https://reviews.freebsd.org/D29699
2021-12-04 10:16:38 +00:00

25 lines
474 B
Makefile

# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
PORTNAME= g810-led
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.2
CATEGORIES= misc
MAINTAINER= Alexander88207@protonmail.com
COMMENT= LED controller for Logitech G-series keyboards
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= hidapi>0:comms/hidapi
LIB_DEPENDS= libhidapi.so:comms/hidapi
USES= gmake
USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= MatMoul
MAKEFILE= makefile
.include <bsd.port.mk>