1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/mps/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

31 lines
657 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= mps
PORTVERSION= 0.20.16
#PORTREVISION= 0
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>