1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/pamixer/Makefile
Rainer Hurling cb229ba83e New port: audio/pamixer: Console-only mixer for pulseaudio
https://github.com/cdemoulins/pamixer

PR:		255761
Reported by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)
2021-05-18 07:17:36 +02:00

24 lines
498 B
Makefile

# Created by: Daniel Menelkir <menelkir@itroll.org>
PORTNAME= pamixer
DISTVERSIONPREFIX= v
DISTVERSION= 1.4-15
DISTVERSIONSUFFIX= -g4ea2594
CATEGORIES= audio
MAINTAINER= menelkir@itroll.org
COMMENT= Pulseaudio command line mixer
LICENSE= GPLv3
LIB_DEPENDS+= libpulse.so:audio/pulseaudio \
libboost_program_options.so:devel/boost-libs
USES= compiler:gcc-c++11-lib gmake localbase
USE_GITHUB= yes
GH_ACCOUNT= cdemoulins
PLIST_FILES= bin/pamixer man/man1/pamixer.1.gz
.include <bsd.port.mk>