pkgsrc/audio/libao/Makefile
lukem bf17e8a1ef update from libao 0.7.0 to libao 0.8.0
NOTE: api has changed (different major number on library). all other
libao packages need updating as well

changes:
* New API is not compatible with programs that used the old API.
* Default driver detection works correctly.
* Compilation fixes for the BSDs and Solaris.
* OSS driver no longer freezes on systems using the OSS emulation
layer of ALSA when the dsp device is in use by another device.
* Configuration file support has been added.  See the libao.conf(5)
man page for details.
2001-08-14 14:33:29 +00:00

19 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.6 2001/08/14 14:33:29 lukem Exp $
DISTNAME= libao-0.8.0
CATEGORIES= devel
MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
MAINTAINER= lukem@netbsd.org
COMMENT= cross-platform audio library
BUILD_DEPENDS+= automake-1.4:../../devel/automake
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
PLIST_SUBST+= VERSION="${DISTNAME}"
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"