freebsd-ports/multimedia/xfce4-xmms-plugin/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

45 lines
1.1 KiB
Makefile

# Created by: Zahemszky, Gábor <Gabor@Zahemszky.HU>
# $FreeBSD$
PORTNAME= xfce4-xmms-plugin
PORTVERSION= 0.5.3
PORTREVISION= 3
CATEGORIES= multimedia audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce4 XMMS control plugin for xfce4-panel
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext
USE_GMAKE= yes
USE_GNOME= gtk20 intltool intlhack pango pkgconfig
USE_XFCE= configenv libgui libutil panel
OPTIONS_DEFINE= XMMS BEEP AUDACIOUS
OPTIONS_DEFAULT= XMMS
XMMS_DESC= xmms support
BEEP_DESC= beep-media-player support
AUDACIOUS_DESC= audacious support
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MBEEP}
RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player
.endif
.if ${PORT_OPTIONS:MXMSS}
RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms
.endif
.if ${PORT_OPTIONS:MAUDACIOUS}
RUN_DEPENDS+= audacious2:${PORTSDIR}/multimedia/audacious
.endif
post-patch:
@${REINPLACE_CMD} -e 's|== x|= x|g' ${WRKSRC}/configure
.include <bsd.port.post.mk>