Tweak audio/mp3splt version 2.6.2
[dports.git] / audio / mps / Makefile
1 # Created by: Nicola Vitale <nivit@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mps
5 PORTVERSION=    0.20.16
6 #PORTREVISION=  0
7 PORTREVISION=   1
8 CATEGORIES=     audio
9 MASTER_SITES=   CHEESESHOP
10
11 MAINTAINER=     nivit@FreeBSD.org
12 COMMENT=        Terminal based MP3 search, playback and download
13
14 LICENSE=        GPLv3
15
16 OPTIONS_DEFAULT=        MPLAYER
17 OPTIONS_RADIO=          PLAYER
18 OPTIONS_RADIO_PLAYER=   MPLAYER MPV
19
20 MPV_DESC=       Mpv media player support
21
22 # This port installs the following files in shared dirs
23 # PLIST_FILES=  bin/mps
24 USES=           python
25 USE_PYTHON=     distutils autoplist
26
27 MPLAYER_RUN_DEPENDS=    mplayer:multimedia/mplayer
28 MPV_RUN_DEPENDS=        mpv:multimedia/mpv
29
30 .include <bsd.port.mk>