pkgsrc/audio/mp3to/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

30 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/04/22 09:22:06 rillig Exp $
DISTNAME= mp3to
PKGNAME= ${DISTNAME}-1.0.1
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .gz
MAINTAINER= tron@NetBSD.org
COMMENT= Convert MP3 files to various other audio formats
NO_SRC_ON_FTP= already in MASTER_SITE_LOCAL
DEPENDS+= mpg123-[0-9]*:../../audio/mpg123
DEPENDS+= gmp3info>=0.8.2:../../audio/gmp3info
DEPENDS+= sox>=12.17.1:../../audio/sox
NO_BUILD= YES
INSTALLATION_DIRS= bin
do-extract:
@${MKDIR} ${WRKSRC}
@${GZCAT} ${DISTDIR}/${DISTFILES} >${WRKSRC}/${DISTFILES:S/.gz//}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mp3to ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"