summaryrefslogtreecommitdiff
path: root/audio/mp3to/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3to/Makefile')
-rw-r--r--audio/mp3to/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/audio/mp3to/Makefile b/audio/mp3to/Makefile
deleted file mode 100644
index cc12ec4559b..00000000000
--- a/audio/mp3to/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2006/05/19 16:18:53 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"