pkgsrc/audio/libsndfile/Makefile
wiz 71453e7c63 Update to 1.0.5:
* Added support for HTK files.
  * Added new function sf_open_fd() to allow for secure opening of temporary
    files as well as reading/writing sound files embedded within larger
    container files.
  * Added string support for AIFF files.
  * Minor bug fixes and code cleanups.
2003-05-23 09:30:10 +00:00

25 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.9 2003/05/23 09:30:10 wiz Exp $
#
DISTNAME= libsndfile-1.0.5
CATEGORIES= audio
MASTER_SITES= http://www.zipworld.com.au/~erikd/libsndfile/
MAINTAINER= dillo@giga.or.at
HOMEPAGE= http://www.zipworld.com.au/~erikd/libsndfile/
COMMENT= library for reading and writing audio files
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.prefs.mk"
.if defined(USE_OSS)
. include "../../mk/ossaudio.buildlink2.mk"
OSS_DEFS= -DDEV_DSP=\\\"${DEVOSSAUDIO}\\\" -DUSE_OSS=1
MAKE_ENV+= AM_CFLAGS="${OSS_DEFS}"
.endif
.include "../../mk/bsd.pkg.mk"