1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/pavumeter/Makefile
Gleb Popov b1ecad53b0 audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
2023-08-07 19:34:07 +03:00

23 lines
583 B
Makefile

PORTNAME= pavumeter
PORTVERSION= 0.9.3
PORTREVISION= 14
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
USES= compiler:c++11-lang gmake pkgconfig
USE_CXXSTD= c++11
CONFIGURE_ARGS= --disable-lynx
.include <bsd.port.mk>