--- gmusicbrowser/Makefile (revision 305743) +++ gmusicbrowser/Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmusicbrowser -# Date created: 2011-10-13 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= gmusicbrowser PORTVERSION= 1.1.9 @@ -20,28 +16,27 @@ PORTDOCS= AUTHORS COPYING README NEWS INSTALL layout_doc.html PORTDATA= * -OPTIONS= GST "Enable GStreamer backend" Off \ - MPLAYER "Enable mplayer backend" On \ - DBUS "Enable DBus (Gnome multimedia key)" Off \ - WEBKIT "Enable embedded web browser" Off \ - NLS "Enable Native Language Support" On -# 123 "Enable mpg123/ogg123 backend" Off # alsa-only +#OPTIONS_DEFINE= GST MPLAYER DBUS WEBKIT NLS MPG123 +OPTIONS_DEFINE= GSTREAMER MPLAYER DBUS WEBKIT NLS +OPTIONS_DEFAULT= MPLAYER NLS -.include +WEBKIT_DESC= Enable embedded web browser -.if defined(WITH_GST) +.include + +.if ${PORT_OPTIONS:MGSTREAMER} RUN_DEPENDS+= p5-GStreamer>=0:${PORTSDIR}/multimedia/p5-GStreamer .endif -.if defined(WITH_MPLAYER) +.if ${PORT_OPTIONS:MMPLAYER} RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer .endif -.if defined(WITH_DBUS) +.if ${PORT_OPTIONS:MDBUS} RUN_DEPENDS+= p5-Net-DBus>=1.0:${PORTSDIR}/devel/p5-Net-DBus .endif -.if defined(WITH_WEBKIT) +.if ${PORT_OPTIONS:MWEBKIT} RUN_DEPENDS+= p5-Gtk2-WebKit>=0:${PORTSDIR}/www/p5-Gtk2-WebKit .endif @@ -72,4 +67,4 @@ ${FIND} locale -type f | ${SED} "s|^|share/|g" >> ${TMPPLIST}) .endif -.include +.include