openbsd-ports/x11/xfce4/xfce4-mpc/Makefile
landry 4c7212ca9d Update to the just-released xfce4-mpc 0.3.3.
Bugfix and translation update.

ok mbalmer@
2008-03-24 19:59:13 +00:00

34 lines
935 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/03/24 19:59:13 landry Exp $
COMMENT= simple client plugin for Music Player Daemon
V= 0.3.3
DISTNAME= xfce4-mpc-plugin-${V}
PKGNAME= xfce4-mpc-${V}
MAINTAINER= Landry Breuil <gaston@gcu.info>
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
# BSD-ISC
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-mpc-plugin/
USE_GMAKE= Yes
LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \
xfcegui4.>=4::x11/xfce4/libxfcegui4
CONFIGURE_ARGS= --without-libmpd
WANTLIB= X11 Xdmcp Xrender Xdamage Xau fontconfig freetype m z c \
Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \
atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
pangoft2-1.0 pangocairo-1.0 cairo glitz png \
xfce4util
.include <bsd.port.mk>