mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
fd6fe4e3db
Changelog: https://lxqt-project.org/release/2023/11/05/release-lxqt-1-4-0/ PR: 277376
23 lines
520 B
Makefile
23 lines
520 B
Makefile
PORTNAME= pavucontrol-qt
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= LXQT/${PORTNAME}
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= PulseAudio mixer in Qt
|
|
WWW= https://github.com/lxqt/pavucontrol-qt/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
|
|
|
USES= cmake compiler:c++14-lang gettext-runtime localbase:ldflags qt:5 \
|
|
lxqt perl5 pkgconfig tar:xz gnome
|
|
USE_PERL5= build
|
|
USE_QT= buildtools:build qmake:build core gui linguisttools \
|
|
widgets
|
|
USE_LXQT= buildtools
|
|
USE_GNOME= glib20
|
|
|
|
.include <bsd.port.mk>
|