1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/timemachine/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

31 lines
614 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.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://plugin.org.uk/timemachine/
MAINTAINER= trasz@FreeBSD.org
COMMENT= JACK audio capture tool
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
sndfile.1:${PORTSDIR}/audio/libsndfile
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/liblash.so.2)
LIB_DEPENDS+= lash.2:${PORTSDIR}/audio/lash
.endif
.include <bsd.port.post.mk>