pkgsrc/audio/emixer/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

25 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.31 2013/04/06 03:45:06 rodent 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= Frontend for mpg123 that can mix two mp3 streams and fade between them
DEPENDS+= mpg123-1.*:../../audio/mpg123
NO_CONFIGURE= YES
INSTALLATION_DIRS= bin share/doc
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"