mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Convert to USES=python, limit to 2.x
- Use options helpers - Whitespace cleanup - Trim plist
This commit is contained in:
parent
d02a5eeba6
commit
c4327729a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370022
2 changed files with 8 additions and 14 deletions
|
@ -12,22 +12,19 @@ DISTNAME= mpdBrowser-${PORTVERSION}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= GTK+ client for the Music Player Daemon (MPD)
|
COMMENT= GTK+ client for the Music Player Daemon (MPD)
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd
|
||||||
|
|
||||||
PYDISTUTILS_PKGNAME= mpdBrowser
|
USES= gettext iconv python:2 tar:tgz
|
||||||
USES= gettext iconv tar:tgz
|
|
||||||
USE_PYTHON= yes
|
|
||||||
USE_PYDISTUTILS= yes
|
|
||||||
USE_GNOME= intltool pygtk2
|
USE_GNOME= intltool pygtk2
|
||||||
|
USE_PYTHON= distutils
|
||||||
|
PYDISTUTILS_PKGNAME= mpdBrowser
|
||||||
|
|
||||||
OPTIONS_DEFINE= MPD
|
OPTIONS_DEFINE= MPD
|
||||||
OPTIONS_DEFAULT= MPD
|
OPTIONS_DEFAULT= MPD
|
||||||
|
|
||||||
MPD_DESC= Install Music Player Daemon
|
MPD_DESC= Install Music Player Daemon
|
||||||
|
MPD_RUN_DEPENDS= musicpd:${PORTSDIR}/audio/musicpd
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMPD}
|
|
||||||
RUN_DEPENDS+= musicpd:${PORTSDIR}/audio/musicpd
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -50,6 +50,3 @@ share/mpdBrowser/TRANSLATORS
|
||||||
share/pixmaps/mpdBrowser.png
|
share/pixmaps/mpdBrowser.png
|
||||||
share/pixmaps/mpdBrowser_case.png
|
share/pixmaps/mpdBrowser_case.png
|
||||||
share/pixmaps/mpdBrowser_empty.png
|
share/pixmaps/mpdBrowser_empty.png
|
||||||
@dirrmtry %%PYTHON_SITELIBDIR%%/mpdBrowser
|
|
||||||
@dirrmtry %%PYTHON_SITELIBDIR%%/mpdBrowser-0.9.16-py2.7.egg-info
|
|
||||||
@dirrmtry share/mpdBrowser
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue