blob: 73a5e4efe9475f000eb4d829e6ef1f5827cfc920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.14 2002/08/05 13:08:38 lukem Exp $
DISTNAME= libao-0.8.3
CATEGORIES= devel
MASTER_SITES= http://www.vorbis.com/files/1.0/unix/
MAINTAINER= lukem@netbsd.org
COMMENT= cross-platform audio library
PLIST_SUBST+= VERSION="${DISTNAME}"
USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-alsa
CONFIGURE_ARGS+= --disable-arts
CONFIGURE_ARGS+= --disable-esd
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/ossaudio.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|