23 lines
593 B
Makefile
23 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.25 2012/09/12 00:24:44 asau Exp $
|
|
|
|
DISTNAME= libsamplerate-0.1.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.mega-nerd.com/SRC/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.mega-nerd.com/SRC/
|
|
COMMENT= Sample rate converter library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/samplerate.pc.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
BUILDLINK_API_DEPENDS.libsndfile+= libsndfile>=1.0.2
|
|
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
|
.include "../../math/fftw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|