c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
22 lines
599 B
Makefile
22 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/10/03 00:18:40 tv Exp $
|
|
#
|
|
|
|
.include "../xosd/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/xosd/xmms-osd/}
|
|
PKGREVISION= 1
|
|
|
|
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/buildlink3.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/xosd/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|