fb1a8e5414
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
25 lines
664 B
Makefile
25 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.23 2012/02/06 12:42:31 wiz Exp $
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../x11/xosd/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/xosd/xmms-osd/}
|
|
PKGREVISION= 7
|
|
|
|
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"
|