c0a1c9b2a8
Set DIST_SUBDIR and regen checksum. PR 44662 by Bug Hunting.
33 lines
798 B
Makefile
33 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.23 2011/03/02 06:31:35 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libsamplerate-0.1.7
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# remove on next update
|
|
DIST_SUBDIR= libsamplerate-0.1.7-repack
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/samplerate.pc.in
|
|
|
|
.if exists(/Developer/Headers/FlatCarbon)
|
|
BUILDLINK_PASSTHRU_DIRS+= /Developer/Headers/FlatCarbon
|
|
.endif
|
|
|
|
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"
|