mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
28 lines
662 B
Makefile
28 lines
662 B
Makefile
# Ports collection Makefile for: pavumeter
|
|
# Date created: July 21, 2007
|
|
# Whom: Romain Tartière <romain@blogreen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pavumeter
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= GTK volume meter 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>
|