freebsd-ports/audio/xfce4-mpc-plugin/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

28 lines
643 B
Makefile

# New ports collection makefile for: mpc plugin for xfce4
# Date created: 12 July 2006
# Whom: Martin Wilke (miwi@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= xfce4-mpc-plugin
PORTVERSION= 0.3.6
CATEGORIES= audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A mpc plugin for xfce
LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
.include <bsd.port.mk>