aboutsummaryrefslogtreecommitdiffstats
path: root/audio/timemachine/Makefile
blob: 7ff32a6ab67a1085797b9fa53094ac6928160824 (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
# New ports collection makefile for:    timemachine
# Date created:     2007-01-25
# Whom:         trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#

PORTNAME=   timemachine
PORTVERSION=    0.3.1
CATEGORIES= audio
MASTER_SITES=   http://plugin.org.uk/timemachine/

MAINTAINER= trasz@freebsd.org
COMMENT=    JACK audio capture tool

LIB_DEPENDS=    jack.0:${PORTSDIR}/audio/jack \
        sndfile.1:${PORTSDIR}/audio/libsndfile

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gtk20

.include <bsd.port.pre.mk>

.if exists(${LOCALBASE}/lib/liblash.so.2)
LIB_DEPENDS+=   lash.2:${PORTSDIR}/audio/lash
.endif

.if ${OSVERSION} < 500000
BROKEN=     Does not compile on 4.x
.endif

.include <bsd.port.post.mk>