pkgsrc/audio/libsndfile/Makefile
recht a2b6a51416 Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed sndfile.pc.
2003-09-23 23:28:16 +00:00

27 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.11 2003/09/23 23:28:16 recht Exp $
#
DISTNAME= libsndfile-1.0.5
PKGREVISION= 1
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
PKGCONFIG_OVERRIDE= sndfile.pc.in
.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"