1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/mpdbrowser/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

33 lines
758 B
Makefile

# Created by: Henrik Friedrichsen <hrkfdn@gmail.com>
# $FreeBSD$
PORTNAME= mpdbrowser
PORTVERSION= 0.9.20
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)
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd
PYDISTUTILS_PKGNAME= mpdBrowser
USES= gettext iconv tar:tgz
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_GNOME= intltool pygtk2
OPTIONS_DEFINE= MPD
OPTIONS_DEFAULT= MPD
MPD_DESC= Install Music Player Daemon
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMPD}
RUN_DEPENDS+= musicpd:${PORTSDIR}/audio/musicpd
.endif
.include <bsd.port.mk>