1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/audio/timemachine/Makefile
Dmitry Marakasov c48c4a1ca0 - Switch audio/lash to USES=libtool, drop .la files
- Add required LIBS
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-20 12:15:46 +00:00

40 lines
789 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= timemachine
PORTVERSION= 0.3.3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://plugin.org.uk/timemachine/
MAINTAINER= ports@FreeBSD.org
COMMENT= JACK audio capture tool
LICENSE= GPLv2
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
liblo.so:${PORTSDIR}/audio/liblo \
libsndfile.so:${PORTSDIR}/audio/libsndfile
OPTIONS_DEFINE= LASH
USES= gmake pathfix pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
LDFLAGS+= -lm
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLASH}
LIB_DEPENDS+= liblash.so:${PORTSDIR}/audio/lash
.else
CONFIGURE_ARGS+=--disable-lash
.endif
post-patch:
@${REINPLACE_CMD} -e \
'/^PACKAGE_CFLAGS=/s|-g||; \
/^PACKAGE_LIBS=/s|-g||' ${WRKSRC}/configure
.include <bsd.port.mk>