summaryrefslogtreecommitdiff
path: root/audio/sndfile-tools/Makefile
blob: ba6ac74224f4eba430d0050f8cba7d0754aad7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.2 2020/05/13 12:18:08 nia Exp $

DISTNAME=	sndfile-tools-1.04
CATEGORIES=	audio
MASTER_SITES=	http://www.mega-nerd.com/libsndfile/files/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://mega-nerd.com/libsndfile/tools/
COMMENT=	Small collection of programs that use libsndfile
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

GNU_CONFIGURE=	yes
USE_TOOLS+=	pkg-config

# Avoid conflicting with libsamplerate
post-install:
	${RM} ${DESTDIR}${PREFIX}/bin/sndfile-resample
	${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/sndfile-resample.1

.include "options.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"