aboutsummaryrefslogblamecommitdiff
path: root/audio/timemachine/Makefile
blob: c7c2a13e45d146bda02ee7e091b798ac2d186bb7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                           
                     
                 


                                                 
                                 

                                       

                     


                                              
 
                    
 
                                             
                     
                   
                   
 
                                             
                                      
 





                                                            
# Created by: trasz <trasz@pin.if.uz.zgora.pl>

PORTNAME=	timemachine
PORTVERSION=	0.3.3
PORTREVISION=	6
CATEGORIES=	audio
MASTER_SITES=	http://plugin.org.uk/timemachine/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	JACK audio capture tool

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>