Files
ports/audio/headsetcontrol/Makefile
T
Alexander Vereeken ba4d25929c */*: Update maintainer e-mail address
PR:		296700
MFH:		2026Q3
Approved by:	Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
Approved by:	db@, yuri@ (Mentors, implicit)
2026-07-11 23:09:45 +04:00

24 lines
467 B
Makefile

PORTNAME= headsetcontrol
DISTVERSION= 3.1.0
CATEGORIES= audio
MAINTAINER= avereeken@fastmail.de
COMMENT= Tool to control certain aspects of USB-connected headsets
WWW= https://github.com/Sapd/HeadsetControl
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= bin/headsetcontrol
.include <bsd.port.mk>