blob: e61f2727808587144650ec6569db1b6265177af2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: py-mpdbrowser
# Date created: 2008-12-26
# Whom: Henrik Friedrichsen <hrkfdn@gmail.com>
#
# $FreeBSD$
#
PORTNAME= mpdbrowser
PORTVERSION= 0.9.15
PORTREVISION= 2
CATEGORIES= audio python
MASTER_SITES= http://mpdbrowser.tuxfamily.org/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= mpdBrowser-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= hrkfdn@gmail.com
COMMENT= GTK+ client for the Music Player Daemon (MPD)
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd
PYDISTUTILS_PKGNAME= mpdBrowser
USE_GETTEXT= yes
USE_ICONV= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_GNOME= intltool pygtk2
OPTIONS= MPD "Install Music Player Daemon" on
.include <bsd.port.pre.mk>
.if defined (WITH_MPD)
RUN_DEPENDS+= mpd:${PORTSDIR}/audio/musicpd
.endif
.include <bsd.port.post.mk>
|