pkgsrc/audio/libsndfile/Makefile

32 lines
808 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.34 2006/02/05 23:08:11 joerg Exp $
DISTNAME= libsndfile-1.0.13
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/libsndfile/
2004-04-25 14:07:12 +02:00
MAINTAINER= tech-pkg@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
2002-10-18 15:26:12 +02:00
# 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}
2004-03-20 05:30:55 +01:00
2005-05-31 18:13:18 +02:00
.include "options.mk"
2002-10-18 15:26:12 +02:00
.include "../../mk/bsd.prefs.mk"
2004-11-23 20:02:43 +01:00
.if ${OPSYS} == "Darwin"
BUILDLINK_PASSTHRU_DIRS+= /Developer
.endif
.include "../../audio/flac/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"