1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/audio/timemachine/Makefile
2012-06-01 12:17:20 +00:00

44 lines
850 B
Makefile

# New ports collection makefile for: timemachine
# Date created: 2007-01-25
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= timemachine
PORTVERSION= 0.3.3
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://plugin.org.uk/timemachine/
MAINTAINER= ports@FreeBSD.org
COMMENT= JACK audio capture tool
LICENSE= GPLv2
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
lo.7:${PORTSDIR}/audio/liblo \
sndfile.1:${PORTSDIR}/audio/libsndfile
OPTIONS_DEFINE= LASH
USE_GNOME= gnomehack gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLASH}
LIB_DEPENDS+= lash.2:${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>