freebsd-ports/audio/jack_ghero/Makefile
Stefan Eßer e0e5d2d2d3 Add more WWW entries to Makefiles
Some ports have not been touched in the commit that added WWW lines to
the port Makefiles.

Approved by:	porttmgr (implicit)
2022-09-08 00:13:05 +02:00

31 lines
575 B
Makefile

PORTNAME= jack_ghero
DISTVERSIONPREFIX= v
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= hselasky@FreeBSD.org
COMMENT= Daemon that converts a GuitarHero device into a JACK MIDI device
WWW= https://github.com/hselasky/jack_ghero
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libjack.so:audio/jack
USES= tar:bzip2 uidfix
USE_GITHUB= yes
GH_ACCOUNT= hselasky
PLIST_FILES= sbin/jack_ghero \
man/man8/jack_ghero.8.gz
OPTIONS_DEFINE= DEBUG
MAKE_ARGS+= HAVE_MAN="YES"
MAKE_ARGS+= PTHREAD_LIBS="-lpthread"
DEBUG_MAKE_ARGS= HAVE_DEBUG="YES"
.include <bsd.port.mk>