2014-04-09 00:26:00 +00:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mps
|
2014-08-05 05:29:29 +00:00
|
|
|
PORTVERSION= 0.20.16
|
2014-04-09 00:26:00 +00:00
|
|
|
#PORTREVISION= 0
|
2014-09-10 20:50:31 +00:00
|
|
|
PORTREVISION= 1
|
2014-04-09 00:26:00 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Terminal based MP3 search, playback and download
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
OPTIONS_DEFAULT= MPLAYER
|
2014-10-19 07:33:09 +00:00
|
|
|
OPTIONS_RADIO= PLAYER
|
2014-04-09 00:26:00 +00:00
|
|
|
OPTIONS_RADIO_PLAYER= MPLAYER MPV
|
|
|
|
|
|
|
|
MPV_DESC= Mpv media player support
|
|
|
|
|
|
|
|
# This port installs the following files in shared dirs
|
|
|
|
# PLIST_FILES= bin/mps
|
2014-10-19 07:33:09 +00:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2014-04-09 00:26:00 +00:00
|
|
|
|
2015-08-19 13:29:59 +00:00
|
|
|
MPLAYER_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
|
|
|
|
MPV_RUN_DEPENDS= mpv:${PORTSDIR}/multimedia/mpv
|
2014-04-09 00:26:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|