aboutsummaryrefslogtreecommitdiff
path: root/audio/timemachine/Makefile
blob: 1393c0960726147bd99def2e8fe503ae56642844 (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
PORTNAME=	timemachine
PORTVERSION=	0.3.3
PORTREVISION=	7
CATEGORIES=	audio
MASTER_SITES=	http://plugin.org.uk/timemachine/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	JACK audio capture tool
WWW=		http://plugin.org.uk/timemachine/

LICENSE=	GPLv2

LIB_DEPENDS=	libjack.so:audio/jack \
		liblo.so:audio/liblo \
		libsndfile.so:audio/libsndfile

OPTIONS_DEFINE=	LASH

USES=		gmake gnome pathfix pkgconfig
USE_GNOME=	gtk20
GNU_CONFIGURE=	yes
LDFLAGS+=	-lm

LASH_LIB_DEPENDS=	liblash.so:audio/lash
LASH_CONFIGURE_OFF=	--disable-lash

post-patch:
	@${REINPLACE_CMD} -e \
		'/^PACKAGE_CFLAGS=/s|-g||; \
		 /^PACKAGE_LIBS=/s|-g||' ${WRKSRC}/configure

.include <bsd.port.mk>