diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-06-23 12:52:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-06-23 12:52:20 +0000 |
commit | 63182cd8700f2fff3988dc5f424423db219d62c8 (patch) | |
tree | fdca6e2b64d9c740fa55a4d337ec76adcb8aa341 /audio/jack_ghero | |
parent | c80799fcb8dcb1a6468021141c804bc5b29f5774 (diff) | |
download | ports-63182cd8700f2fff3988dc5f424423db219d62c8.tar.gz ports-63182cd8700f2fff3988dc5f424423db219d62c8.zip |
Add jack_ghero.
Convert a GuitarHero device into a Jack MIDI device.
Submitted by: Hans Petter Selasky <hselasky@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=276127
Diffstat (limited to 'audio/jack_ghero')
-rw-r--r-- | audio/jack_ghero/Makefile | 37 | ||||
-rw-r--r-- | audio/jack_ghero/distinfo | 2 | ||||
-rw-r--r-- | audio/jack_ghero/pkg-descr | 3 |
3 files changed, 42 insertions, 0 deletions
diff --git a/audio/jack_ghero/Makefile b/audio/jack_ghero/Makefile new file mode 100644 index 000000000000..9ef9092ad410 --- /dev/null +++ b/audio/jack_ghero/Makefile @@ -0,0 +1,37 @@ +# Ports collection makefile for: jack_ghero +# Date created: 21 June 2011 +# Whom: Hans Petter Selasky <hselasky@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= jack_ghero +PORTVERSION= 1.0.0 +CATEGORIES= audio +MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ + http://hselasky.homeunix.org:8192/distfiles/ + +MAINTAINER= hselasky@FreeBSD.org +COMMENT= A daemon that converts a GuitarHero device into a JACK MIDI device. + +LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack + +LICENSE= BSD +USE_BZIP2= yes +MAKE_JOBS_SAFE= yes +MANCOMPRESSED= yes +MAN8= jack_ghero.8 + +PLIST_FILES= sbin/jack_ghero + +OPTIONS= DEBUG "Build with debugging support" Off + +.include <bsd.port.options.mk> + +MAKE_ARGS+=" HAVE_MAN=YES" + +.if defined(WITH_DEBUG) +MAKE_ARGS+=" HAVE_DEBUG=YES" +.endif + +.include <bsd.port.mk> diff --git a/audio/jack_ghero/distinfo b/audio/jack_ghero/distinfo new file mode 100644 index 000000000000..006101a414f6 --- /dev/null +++ b/audio/jack_ghero/distinfo @@ -0,0 +1,2 @@ +SHA256 (jack_ghero-1.0.0.tar.bz2) = 77df19055368f5f2a04d13f57f7502e5d940ce746c2d6f16b42156ef3a49f990 +SIZE (jack_ghero-1.0.0.tar.bz2) = 5093 diff --git a/audio/jack_ghero/pkg-descr b/audio/jack_ghero/pkg-descr new file mode 100644 index 000000000000..443898ab6ffb --- /dev/null +++ b/audio/jack_ghero/pkg-descr @@ -0,0 +1,3 @@ +This is a daemon that converts a GuitarHero device into a JACK MIDI device. + +WWW: http://www.selasky.org/hans_petter/midistudio |