pkgsrc/audio/musepack/Makefile
gutteridge 83cc82f054 libmpcdec & musepack: note these packages conflict
Both of these packages install lib/libmpcdec.so. (libmpcdec seems like
a potential candidate for removal, if the remaining packages that
depend on it can either be switched to musepack or removed themselves.)
2020-03-29 18:30:06 +00:00

23 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/03/29 18:30:06 gutteridge Exp $
DISTNAME= musepack_src_r475
PKGNAME= musepack-0rc475
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://files.musepack.net/source/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.musepack.net/
COMMENT= MPEG-Plus and MusePack decoder (V8)
LICENSE= modified-bsd
CONFLICTS= libmpcdec-[0-9]*
USE_CMAKE= yes
post-install:
rm -rf ${DESTDIR}${PREFIX}/include/mpc/.svn/
.include "../../audio/libcuefile/buildlink3.mk"
.include "../../audio/libreplaygain/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"