15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
26 lines
652 B
Makefile
26 lines
652 B
Makefile
# Created by: Martin Wilke (miwi@FreeBSD.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-mpc-plugin
|
|
PORTVERSION= 0.4.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= audio xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Musicpd client plugin for the Xfce panel
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd
|
|
RUN_DEPENDS= musicpd:${PORTSDIR}/audio/musicpd
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= gettext gmake libtool pkgconfig tar:bzip2
|
|
USE_GNOME= gtk20 intltool intlhack
|
|
USE_XFCE= configenv libexo libmenu panel
|
|
|
|
.include <bsd.port.mk>
|