diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-06-23 12:53:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-06-23 12:53:24 +0000 |
commit | 64ea9febc3a4982a0f4104fffc7a9cef7b2a2dd8 (patch) | |
tree | fb020337123d7d1669ea89b2c788a6e37886e8a8 /audio/jack_umidi | |
parent | 0bbe3b6e09527a2349514305f7037008a3061b56 (diff) | |
download | ports-64ea9febc3a4982a0f4104fffc7a9cef7b2a2dd8.tar.gz ports-64ea9febc3a4982a0f4104fffc7a9cef7b2a2dd8.zip |
Notes
Diffstat (limited to 'audio/jack_umidi')
-rw-r--r-- | audio/jack_umidi/Makefile | 37 | ||||
-rw-r--r-- | audio/jack_umidi/distinfo | 2 | ||||
-rw-r--r-- | audio/jack_umidi/pkg-descr | 3 |
3 files changed, 42 insertions, 0 deletions
diff --git a/audio/jack_umidi/Makefile b/audio/jack_umidi/Makefile new file mode 100644 index 000000000000..30afcbb11185 --- /dev/null +++ b/audio/jack_umidi/Makefile @@ -0,0 +1,37 @@ +# Ports collection makefile for: jack_umidi +# Date created: 21 June 2011 +# Whom: Hans Petter Selasky <hselasky@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= jack_umidi +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 raw MIDI 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_umidi.8 + +PLIST_FILES= sbin/jack_umidi + +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_umidi/distinfo b/audio/jack_umidi/distinfo new file mode 100644 index 000000000000..5b97973f2091 --- /dev/null +++ b/audio/jack_umidi/distinfo @@ -0,0 +1,2 @@ +SHA256 (jack_umidi-1.0.0.tar.bz2) = 6ac2a6f90e36a1b1b8187514f33e8f3dc4a73e506ef151c363acdc0fe44214ad +SIZE (jack_umidi-1.0.0.tar.bz2) = 5341 diff --git a/audio/jack_umidi/pkg-descr b/audio/jack_umidi/pkg-descr new file mode 100644 index 000000000000..b3b2dece401d --- /dev/null +++ b/audio/jack_umidi/pkg-descr @@ -0,0 +1,3 @@ +This is a daemon that converts a raw MIDI device into a JACK MIDI device. + +WWW: http://www.selasky.org/hans_petter/midistudio |