Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/bmp-esound/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/bmp-esound/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.19 diff -u -p -r1.5 -r1.19 --- pkgsrc/audio/bmp-esound/Attic/Makefile 2005/10/09 08:56:18 1.5 +++ pkgsrc/audio/bmp-esound/Attic/Makefile 2011/07/21 13:05:46 1.19 @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.5 2005/10/09 08:56:18 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2011/07/21 13:05:46 obache Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir +BMP_USE_ESD:= yes .include "../../audio/bmp/Makefile.common" PKGNAME= ${DISTNAME:S/bmp/bmp-esound/} +PKGREVISION= 7 CATEGORIES+= gnome COMMENT= BMP plugin to output sound through the esound daemon -DEPENDS+= bmp>=0.9.7:../../audio/bmp +DEPENDS+= bmp>=0.9.7.1:../../audio/bmp -CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/} - -BUILD_DIRS= ${WRKSRC}/Output/esd -INSTALL_DIRS= ${WRKSRC}/Output/esd +BUILD_DIRS= Output/esd .include "../../audio/esound/buildlink3.mk" .include "../../mk/bsd.pkg.mk"