aboutsummaryrefslogtreecommitdiff
path: root/audio/mps/Makefile
blob: 1634decc90a8b0577e7bd4ea3d8d18bb14a97151 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	mps
PORTVERSION=	0.20.16
PORTREVISION=	5
CATEGORIES=	audio
MASTER_SITES=	PYPI

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Terminal based MP3 search, playback and download
WWW=		https://github.com/np1/mps

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
USE_PYTHON=	distutils autoplist concurrent optsuffix

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

.include <bsd.port.mk>