31ff2831e1
rexima is a curses-based interactive mixer which can also be used from the command-line. It runs on any terminal with a screen size of 80x24 or greater. It's intended to be a simple, general, usable mixer without all the chrome usually present in other mixers.
16 lines
438 B
Makefile
16 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 09:24:54 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= rexima-1.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://rus.members.beeb.net/rexima.html
|
|
COMMENT= Curses-based interactive mixer
|
|
|
|
USE_BUILDLINK3= yes
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/ossaudio.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|