b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
30 lines
794 B
Makefile
30 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.32 2005/12/05 20:49:48 rillig Exp $
|
|
|
|
DISTNAME= libsndfile-1.0.12
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.mega-nerd.com/libsndfile/
|
|
|
|
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
|
|
|
|
# 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"
|