e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
22 lines
534 B
Makefile
22 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/06/02 01:21:36 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= libsamplerate-0.0.13
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.mega-nerd.com/SRC/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.mega-nerd.com/SRC/
|
|
COMMENT= Sample rate converter library
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
BUILDLINK_DEPENDS.libsndfile= libsndfile>=1.0.2
|
|
|
|
.include "../../audio/libsndfile/buildlink2.mk"
|
|
.include "../../math/fftw/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|