1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/mps/Makefile
Marcus von Appen 715852b561 - Convert ports from audio/ to new USES=python
Reviewed by:	portmgr (implicit)
2014-10-19 07:33:09 +00:00

36 lines
738 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= mps
PORTVERSION= 0.20.16
#PORTREVISION= 0
PORTREVISION= 1
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
USE_PYTHON= distutils autoplist
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMPLAYER}
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
.elif ${PORT_OPTIONS:MMPV}
RUN_DEPENDS= mpv:${PORTSDIR}/multimedia/mpv
.endif
.include <bsd.port.mk>