summaryrefslogtreecommitdiff
path: root/audio/emixer/Makefile
blob: aed5a2882b13652150cf042150686b0ef9e2c044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $
#

DISTNAME=	emixer-0.05.3
PKGNAME=	emixer-0.5.3
CATEGORIES=	audio
MASTER_SITES=	http://emixer.linuxbox.com/

MAINTAINER=	hubertf@netbsd.org
HOMEPAGE=	http://emixer.linuxbox.com/

DEPENDS+=	libslang-1.*:../../devel/libslang
DEPENDS+=	ncurses-4.*:../../devel/ncurses
DEPENDS+=	mpg123-0.59*:../../audio/mpg123

post-extract:
	${CP} ${FILESDIR}/Makefile ${WRKSRC}

.include "../../mk/bsd.pkg.mk"