freebsd-ports/audio/mps/Makefile
Tobias Kortkamp 1bf865fed5
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
2021-04-19 10:00:13 +02:00

28 lines
628 B
Makefile

# 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>