Tweak graphics/pgplot version 5.2.2_27
[dports.git] / audio / timemachine / Makefile
1 # Created by: trasz <trasz@pin.if.uz.zgora.pl>
2 # $FreeBSD$
3
4 PORTNAME=       timemachine
5 PORTVERSION=    0.3.3
6 PORTREVISION=   5
7 CATEGORIES=     audio
8 MASTER_SITES=   http://plugin.org.uk/timemachine/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        JACK audio capture tool
12
13 LICENSE=        GPLv2
14
15 LIB_DEPENDS=    libjack.so:audio/jack \
16                 liblo.so:audio/liblo \
17                 libsndfile.so:audio/libsndfile
18
19 OPTIONS_DEFINE= LASH
20
21 USES=           gmake gnome pathfix pkgconfig
22 USE_GNOME=      gtk20
23 GNU_CONFIGURE=  yes
24 LDFLAGS+=       -lm
25
26 LASH_LIB_DEPENDS=       liblash.so:audio/lash
27 LASH_CONFIGURE_OFF=     --disable-lash
28
29 post-patch:
30         @${REINPLACE_CMD} -e \
31                 '/^PACKAGE_CFLAGS=/s|-g||; \
32                  /^PACKAGE_LIBS=/s|-g||' ${WRKSRC}/configure
33
34 .include <bsd.port.mk>