ports/audio/mpdbrowser/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

30 lines
714 B
Makefile

# Created by: Henrik Friedrichsen <hrkfdn@gmail.com>
# $FreeBSD$
PORTNAME= mpdbrowser
PORTVERSION= 0.9.20
PORTREVISION= 4
CATEGORIES= audio python
MASTER_SITES= http://mpdbrowser.tuxfamily.org/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= mpdBrowser-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+ client for the Music Player Daemon (MPD)
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:audio/py-mpd@${PY_FLAVOR}
USES= gettext iconv python:2.7 tar:tgz
USE_GNOME= intltool pygtk2
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= mpdBrowser
OPTIONS_DEFINE= MPD
OPTIONS_DEFAULT= MPD
MPD_DESC= Install Music Player Daemon
MPD_RUN_DEPENDS= musicpd:audio/musicpd
.include <bsd.port.mk>