1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/audio/timemachine/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

35 lines
678 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= timemachine
PORTVERSION= 0.3.3
PORTREVISION= 5
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 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>