aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pavucontrol/Makefile
blob: 82fdf46a62461dafde469e27e4abfa7cfa74cf11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection Makefile for: pavumeter
# Date created:     July 21, 2007
# Whom:         Romain Tartière <romain@blogreen.org>
#
# $FreeBSD$
#

PORTNAME=   pavucontrol
PORTVERSION=    0.9.10
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://0pointer.de/lennart/projects/${PORTNAME}/

MAINTAINER= romain@FreeBSD.org
COMMENT=    GTK mixer for PulseAudio

LIB_DEPENDS=    glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
        pulse.0:${PORTSDIR}/audio/pulseaudio \
        canberra:${PORTSDIR}/audio/libcanberra

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  intltool

CONFIGURE_ARGS= --disable-lynx

.include <bsd.port.mk>