blob: 778e78402aff969ddef8edb7573475608a1df86f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= pamixer
DISTVERSION= 1.6
PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Pulseaudio command line mixer
WWW= https://github.com/cdemoulins/pamixer
LICENSE= GPLv3
BUILD_DEPENDS= cxxopts>0:devel/cxxopts
LIB_DEPENDS= libpulse.so:audio/pulseaudio
USES= compiler:c++11-lang meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= cdemoulins
PLIST_FILES= bin/pamixer \
share/man/man1/pamixer.1.gz
.include <bsd.port.mk>
|