1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/mpdbrowser/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

31 lines
699 B
Makefile

# Created by: Henrik Friedrichsen <hrkfdn@gmail.com>
# $FreeBSD$
PORTNAME= mpdbrowser
PORTVERSION= 0.9.20
PORTREVISION= 1
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
USES= gettext iconv python:2 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>