freebsd-ports/audio/pavumeter/Makefile

23 lines
583 B
Makefile
Raw Normal View History

PORTNAME= pavumeter
PORTVERSION= 0.9.3
PORTREVISION= 13
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
MAINTAINER= romain@FreeBSD.org
COMMENT= GTK volume meter for PulseAudio
WWW= https://0pointer.de/lennart/projects/pavumeter/
BUILD_DEPENDS= pulseaudio>=0.9.7:audio/pulseaudio
RUN_DEPENDS= pulseaudio>=0.9.7:audio/pulseaudio
LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \
libpulse.so:audio/pulseaudio
GNU_CONFIGURE= yes
2017-04-05 13:28:15 +02:00
USES= compiler:c++11-lang gmake pkgconfig
USE_CXXSTD= c++11
CONFIGURE_ARGS= --disable-lynx
.include <bsd.port.mk>