aboutsummaryrefslogtreecommitdiff
path: root/audio/headsetcontrol/Makefile
blob: 8425cff96f5e547a7c9f88a2cfd8b3395edd844b (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
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>

PORTNAME=	headsetcontrol
PORTVERSION=	2.6
CATEGORIES=	audio

MAINTAINER=	Alexander88207@protonmail.com
COMMENT=	Tool to setup sidetone for various gaming headsets

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/license

BUILD_DEPENDS=	hidapi>=0:comms/hidapi
LIB_DEPENDS=	libhidapi.so:comms/hidapi

USES=		cmake

USE_GITHUB=	yes
GH_ACCOUNT=	Sapd
GH_PROJECT=	HeadsetControl

PLIST_FILES=	${LOCALBASE}/bin/headsetcontrol

.include <bsd.port.mk>