mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cb229ba83e
https://github.com/cdemoulins/pamixer PR: 255761 Reported by: Daniel Menelkir <menelkir@itroll.org> (maintainer)
24 lines
498 B
Makefile
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>
|