5708ae4005
Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
33 lines
672 B
Makefile
33 lines
672 B
Makefile
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
|
|
|
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
|
|
|
|
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>
|