[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xmms-osd

File: [cvs.NetBSD.org] / pkgsrc / x11 / xmms-osd / Attic / Makefile (download)

Revision 1.1.1.1 (vendor branch), Sat Apr 12 12:15:35 2003 UTC (21 years ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines

Initial import of xmms-osd, version 2.2.0:

xmms-osd provides the example XMMS plugin contained within the xosd
distribution file.  This plugin shows XMMS status directly on your
X desktop, like song, volume and balance changes, etc.

# $NetBSD: Makefile,v 1.1.1.1 2003/04/12 12:15:35 jmmv Exp $
#

.include "../xosd/Makefile.common"

PKGNAME=		${DISTNAME:S/xosd/xmms-osd/}
COMMENT=		XMMS plugin that shows current status on your desktop
CONFLICTS=		xosd<=2.2.0

CONFIGURE_ENV+=		XOSD_XMMS_PLUGIN=YES
CONFIGURE_ARGS+=	--enable-new-plugin

BUILD_DIRS=		${WRKSRC}/src/xmms_plugin
INSTALL_DIRS=		${WRKSRC}/src/xmms_plugin

.include "../../audio/xmms/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../x11/xosd/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"