aboutsummaryrefslogtreecommitdiff
path: root/misc/g810-led/Makefile
blob: 0422c2e2c0da477f4100d895948010ebde8d1bb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	g810-led
DISTVERSIONPREFIX=	v
DISTVERSION=	0.4.3
CATEGORIES=	misc

MAINTAINER=	Alexander88207@protonmail.com
COMMENT=	LED controller for Logitech G-series keyboards
WWW=		https://github.com/MatMoul/g810-led

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>