pkgsrc/audio/emixer/Makefile

26 lines
612 B
Makefile
Raw Normal View History

2012-09-12 01:59:21 +02:00
# $NetBSD: Makefile,v 1.30 2012/09/11 23:59:30 asau Exp $
#
DISTNAME= emixer-0.05.5
PKGNAME= emixer-0.5.5
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= # http://emixer.linuxbox.com/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://toaster.muc-t-systems.com/~emixer/
COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them
DEPENDS+= mpg123-1.*:../../audio/mpg123
NO_CONFIGURE= YES
2007-03-24 20:21:18 +01:00
INSTALLATION_DIRS= bin share/doc
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
2004-04-11 18:09:53 +02:00
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"