diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-27 12:57:56 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-27 12:57:56 +0000 |
commit | 57105820262f6107e639a77edf2e19605f70ea6f (patch) | |
tree | b8df69de23a19b928e5e60acff4753839b34f227 /audio/ripenc/Makefile | |
parent | 3cb536cd947bb03861d9ff5daf06d487e641b535 (diff) | |
download | FreeBSD-ports-57105820262f6107e639a77edf2e19605f70ea6f.zip FreeBSD-ports-57105820262f6107e639a77edf2e19605f70ea6f.tar.gz |
Script that automates the ripping, encoding, and naming of CD's
PR: 10313
Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Diffstat (limited to 'audio/ripenc/Makefile')
-rw-r--r-- | audio/ripenc/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/ripenc/Makefile b/audio/ripenc/Makefile new file mode 100644 index 0000000..31f8b65 --- /dev/null +++ b/audio/ripenc/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ripenc +# URL: http://www.asde.com/~mjparme/index.htm +# Version required: 0.6 +# Date created: 28 February 1999 +# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> +# +# $Id: $ +# + +DISTNAME= ripenc0.6 +PKGNAME= ripenc-0.6 +CATEGORIES= audio +MASTER_SITES= http://www.asde.com/~mjparme/ + +MAINTAINER= jonny@jonny.eng.br + +NO_BUILD= Shell Script + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin + +.include <bsd.port.mk> |