pkgsrc-wip/alsa-utils/Makefile
Jeremy C. Reed 71846b5180 This package contains the command-line utilities for the Advanced
Linux Sound Architecture (ALSA) project, including the ALSA driver
configurator script, a utility for soundcard settings management,
a utility for the playback and capture of .wav, .voc and .au files,
a command-line mixer, a ncurses mixer, a utility to send/receive
sysex dumps or other MIDI data, and a utility to show or set the
IEC958 status bits.
2004-04-12 22:43:43 +00:00

25 lines
816 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/04/12 22:43:43 jeremy-c-reed Exp $
#
DISTNAME= alsa-utils-1.0.4
CATEGORIES= audio
MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/
MASTER_SITES= http://www.alsa-project.org/alsa/ftp/utils/ \
ftp://ftp.alsa-project.org/pub/utils/ \
ftp://ftp.silug.org/pub/alsa/utils/ \
ftp://gd.tuwien.ac.at/opsys/linux/alsa/utils/ \
ftp://linux.sarang.net/mirror/driver/sound/alsa/utils/ \
http://gd.tuwien.ac.at/opsys/linux/alsa/utils/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.alsa-project.org/
COMMENT= Advanced Linux Sound Architecture (ALSA) command-line utilities
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
.include "../../wip/alsa-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"