summaryrefslogtreecommitdiff
path: root/x11/xmms-osd/Makefile
blob: eb62ded02421cf2a709fb5c8240015b698246758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.6 2003/09/26 11:23:43 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"