freebsd-ports/audio/pavucontrol/Makefile
Martin Wilke fec0ead222 - Update to 0.9.5
PR:		119342
Submitted by:	Romain Tartiere <romain@blogreen.org>
2008-01-10 23:18:43 +00:00

26 lines
642 B
Makefile

# Ports collection Makefile for: pavumeter
# Date created: July 21, 2007
# Whom: Romain Tartière <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= pavucontrol
PORTVERSION= 0.9.5
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
MAINTAINER= romain@blogreen.org
COMMENT= GTK mixer for PulseAudio
BUILD_DEPENDS= pulseaudio>=0.9.7:${PORTSDIR}/audio/pulseaudio
RUN_DEPENDS= pulseaudio>=0.9.7:${PORTSDIR}/audio/pulseaudio
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
pulse.0:${PORTSDIR}/audio/pulseaudio
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-lynx
.include <bsd.port.mk>