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.1.1.1 retrieving revision 1.47 diff -u -p -r1.1.1.1 -r1.47 --- pkgsrc/audio/bmp-esound/Attic/Makefile 2004/04/11 18:13:11 1.1.1.1 +++ pkgsrc/audio/bmp-esound/Attic/Makefile 2018/03/12 11:16:00 1.47 @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/11 18:13:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.47 2018/03/12 11:16:00 wiz Exp $ # +BMP_USE_ESD:= yes .include "../../audio/bmp/Makefile.common" PKGNAME= ${DISTNAME:S/bmp/bmp-esound/} +PKGREVISION= 34 CATEGORIES+= gnome -DEPENDS+= bmp>=0.9.6:../../audio/bmp +COMMENT= BMP plugin to output sound through the esound daemon -CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/} +DEPENDS+= bmp>=0.9.7.1:../../audio/bmp -BUILD_DIRS= ${WRKSRC}/Output/esd -INSTALL_DIRS= ${WRKSRC}/Output/esd +BUILD_DIRS= Output/esd .include "../../audio/esound/buildlink3.mk" .include "../../mk/bsd.pkg.mk"