freebsd-ports/audio/xfce4-mpc-plugin/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

27 lines
633 B
Makefile

# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-mpc-plugin
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= audio xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Musicpd client plugin for the Xfce panel
LICENSE= ISCL
LIB_DEPENDS= libmpd.so:audio/libmpd
RUN_DEPENDS= musicpd:audio/musicpd
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
USE_GNOME= gtk30 intltool cairo gdkpixbuf2
USE_XFCE= panel
CONFIGURE_ARGS+= --with-libmpd=${LOCALBASE}
.include <bsd.port.mk>