pkgsrc/x11/xmms-osd/Makefile
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

25 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.19 2010/06/13 22:45:56 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/xosd/Makefile.common"
PKGNAME= ${DISTNAME:S/xosd/xmms-osd/}
PKGREVISION= 3
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= src/xmms_plugin
INSTALL_DIRS= src/xmms_plugin
.include "../../audio/xmms/buildlink3.mk"
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/xosd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"