2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Romain Tartière <romain@blogreen.org>
|
2007-08-23 13:14:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pavumeter
|
2008-01-11 00:18:39 +01:00
|
|
|
PORTVERSION= 0.9.3
|
2014-09-01 21:34:02 +02:00
|
|
|
PORTREVISION= 6
|
2007-08-23 13:14:32 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
|
|
|
|
2010-02-01 18:14:49 +01:00
|
|
|
MAINTAINER= romain@FreeBSD.org
|
2007-08-23 13:14:32 +02:00
|
|
|
COMMENT= GTK volume meter for PulseAudio
|
|
|
|
|
2008-01-11 00:18:39 +01:00
|
|
|
BUILD_DEPENDS= pulseaudio>=0.9.7:${PORTSDIR}/audio/pulseaudio
|
|
|
|
RUN_DEPENDS= pulseaudio>=0.9.7:${PORTSDIR}/audio/pulseaudio
|
2013-12-11 15:35:36 +01:00
|
|
|
LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
|
|
|
|
libpulse.so:${PORTSDIR}/audio/pulseaudio
|
2007-08-23 13:14:32 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-09-03 10:49:46 +02:00
|
|
|
USES= gmake pkgconfig
|
2007-08-23 13:14:32 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-lynx
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|