diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:52:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:52:22 +0000 |
commit | 95bd0a5ec0f9b68084ff69b321f9f5d6521d95c4 (patch) | |
tree | 511cff529ad833fb119e1bc650e551ac6df198a7 /audio/ripit/Makefile | |
parent | a9191d6a89a7eca78073498dbea149f3ff37d1ac (diff) | |
download | ports-95bd0a5ec0f9b68084ff69b321f9f5d6521d95c4.tar.gz ports-95bd0a5ec0f9b68084ff69b321f9f5d6521d95c4.zip |
Initial import of ripit version 1.2.
A perl-script frontend for encoding audio CDs to MP3 files.
PR: 11451
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Notes
Notes:
svn path=/head/; revision=18391
Diffstat (limited to 'audio/ripit/Makefile')
-rw-r--r-- | audio/ripit/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile new file mode 100644 index 000000000000..e66bd538a7d9 --- /dev/null +++ b/audio/ripit/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: ripit +# Version required: 1.2 +# Date created: 2 May 1999 +# Whom: oyvindmo@initio.no +# +# $Id$ +# + +DISTNAME= ripit-1.2 +CATEGORIES= audio +MASTER_SITES= http://www.netcomuk.co.uk/~squinn/ + +MAINTAINER= oyvindmo@initio.no + +RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc \ + tosha:${PORTSDIR}/audio/tosha \ + cda:${PORTSDIR}/audio/xmcd + +NO_BUILD= yes +USE_PERL5= yes + +do-install: + @ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin + +.include <bsd.port.mk> |