diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-27 13:02:51 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-27 13:02:51 +0000 |
commit | e8f1191c4b68587ae392c56cb1afc9e04660e87c (patch) | |
tree | 965d4bcea71669d07d7961624ba2a9639bb637fc /audio/id3ren/Makefile | |
parent | 57105820262f6107e639a77edf2e19605f70ea6f (diff) | |
download | FreeBSD-ports-e8f1191c4b68587ae392c56cb1afc9e04660e87c.zip FreeBSD-ports-e8f1191c4b68587ae392c56cb1afc9e04660e87c.tar.gz |
Mpeg Audio Layer 3 util: rename files, edit tags, search, etc.
PR: 10309
Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Diffstat (limited to 'audio/id3ren/Makefile')
-rw-r--r-- | audio/id3ren/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/id3ren/Makefile b/audio/id3ren/Makefile new file mode 100644 index 0000000..1794bd6 --- /dev/null +++ b/audio/id3ren/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: id3ren +# URL: http://tscnet.com/pages/badcrc/apps/id3ren/ +# Version required: 0.97a +# Date created: 28 February 1999 +# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> +# +# $Id: $ +# + +DISTNAME= id3ren97a +PKGNAME= id3ren-0.97a +CATEGORIES= audio +MASTER_SITES= http://tscnet.com/pages/badcrc/apps/id3ren/ +EXTRACT_SUFX= .zip + +MAINTAINER= jonny@jonny.eng.br + +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + +WRKSRC= ${WRKDIR}/id3ren/src + +do-extract: + @${RM} -rf ${WRKDIR} + @${MKDIR} ${WRKDIR} + @unzip -q -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -d ${WRKDIR} + +.include <bsd.port.mk> |