blob: f6ecbea7c29b7f440de3ae1478e95854243ad259 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:35 wiz Exp $
#
DISTNAME= emixer-0.05.5
PKGNAME= emixer-0.5.5
CATEGORIES= audio
MASTER_SITES= http://emixer.linuxbox.com/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://emixer.linuxbox.com/
COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them
DEPENDS+= mpg123-0.59*:../../audio/mpg123
USE_CURSES= YES
REPLACE_NCURSES=${WRKSRC}/nctgui.h
MAKE_ENV+= NEED_NCURSES="${NEED_NCURSES}"
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/bsd.pkg.mk"
|