06a08e69f3
Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
28 lines
601 B
Makefile
28 lines
601 B
Makefile
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>
|