mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
5708ae4005
Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
32 lines
588 B
Makefile
32 lines
588 B
Makefile
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
|
|
|
|
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
|
|
|
|
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>
|