aboutsummaryrefslogblamecommitdiff
path: root/audio/mps/Makefile
blob: 57b54d13a27bfc33127d5c644fcfae89d61d4f69 (plain) (tree)
1
2
3
4
5
                                               

                   
                       
                 








                                                                
                              





                                                       
                           
                                                        
 

                                                  

                      
# Created by: Nicola Vitale <nivit@FreeBSD.org>

PORTNAME=	mps
PORTVERSION=	0.20.16
PORTREVISION=	3
CATEGORIES=	audio
MASTER_SITES=	CHEESESHOP

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Terminal based MP3 search, playback and download

LICENSE=	GPLv3

OPTIONS_DEFAULT=	MPLAYER
OPTIONS_RADIO=		PLAYER
OPTIONS_RADIO_PLAYER=	MPLAYER MPV

MPV_DESC=	Mpv media player support

# This port installs the following files in shared dirs
# PLIST_FILES=	bin/mps
USES=		python:3.6+
USE_PYTHON=	distutils autoplist concurrent optsuffix

MPLAYER_RUN_DEPENDS=	mplayer:multimedia/mplayer
MPV_RUN_DEPENDS=	mpv:multimedia/mpv

.include <bsd.port.mk>