pkgsrc/audio/libsndfile/Makefile
adam cc4662c003 Changes 1.0.16:
* Add support for Broadcast (BEXT) chunks in WAV files.
  * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS.
  * Add support for RIFX (big endian WAV variant).
  * Fix configure script bugs.
  * Fix bug in INST and MARK chunk writing for AIFF files.
2006-04-30 17:29:29 +00:00

30 lines
796 B
Makefile

# $NetBSD: Makefile,v 1.38 2006/04/30 17:29:29 adam Exp $
DISTNAME= libsndfile-1.0.16
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/libsndfile/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mega-nerd.com/libsndfile/
COMMENT= Library for reading and writing audio files
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= sndfile.pc.in
GNU_CONFIGURE= yes
# This package compiles with gcc2, but its configure script doesn't know that
CONFIGURE_ENV+= ac_cv_c_struct_hack=yes
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE:Q}
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
BUILDLINK_PASSTHRU_DIRS+= /Developer
.endif
.include "../../audio/flac/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"