aboutsummaryrefslogtreecommitdiffstats
path: root/audio/jack_ghero/Makefile
blob: c6389ff18a941f0a8f271954213b3bfd2b70f2d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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.pre.mk>

.if ${OSVERSION} < 800000
IGNORE=     requires usb stack from FreeBSD 8.0-RELEASE or later
.endif

.include <bsd.port.post.mk>