diff options
-rw-r--r-- | x11/xmms-osd/DESCR | 3 | ||||
-rw-r--r-- | x11/xmms-osd/Makefile | 20 | ||||
-rw-r--r-- | x11/xmms-osd/PLIST | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/x11/xmms-osd/DESCR b/x11/xmms-osd/DESCR new file mode 100644 index 00000000000..0e63e4926e7 --- /dev/null +++ b/x11/xmms-osd/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/x11/xmms-osd/Makefile b/x11/xmms-osd/Makefile new file mode 100644 index 00000000000..c1a4f1097f1 --- /dev/null +++ b/x11/xmms-osd/Makefile @@ -0,0 +1,20 @@ +# $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" diff --git a/x11/xmms-osd/PLIST b/x11/xmms-osd/PLIST new file mode 100644 index 00000000000..cf52f0c2c2e --- /dev/null +++ b/x11/xmms-osd/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/12 12:15:35 jmmv Exp $ +lib/xmms/General/libxmms_osd.a +lib/xmms/General/libxmms_osd.la +lib/xmms/General/libxmms_osd.so +@comment in xmms: @dirrm lib/xmms/General |