diff options
author | tron <tron> | 2002-12-28 08:52:16 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-28 08:52:16 +0000 |
commit | a68611962c361d677e871d266472105d798454ed (patch) | |
tree | 197b22ff7e2bc1cefe4d2dde2c1e3499d848c27a /audio | |
parent | 913055911fa93fd54da2d8526679245283b167ba (diff) | |
download | pkgsrc-a68611962c361d677e871d266472105d798454ed.tar.gz |
Because home page and master site are no longer available fetch the
distribution file from local master sites.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3to/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/mp3to/Makefile b/audio/mp3to/Makefile index c0198d28e64..eafabc9b356 100644 --- a/audio/mp3to/Makefile +++ b/audio/mp3to/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2001/09/27 23:17:45 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/28 08:52:16 tron Exp $ DISTNAME= mp3to PKGNAME= ${DISTNAME}-1.0.1 CATEGORIES= audio -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .gz MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.cs.berkeley.edu/~amc/utils/ COMMENT= Convert MP3 files to various other audio formats +NO_SRC_ON_FTP= "already in MASTER_SITE_LOCAL" + DEPENDS+= mpg123-[0-9]*:../mpg123 DEPENDS+= gmp3info>=0.8.2:../gmp3info DEPENDS+= sox>=12.17.1:../sox |