# New ports collection makefile for: ripenc
# Date created:         28 February 1999
# Whom:                 Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $FreeBSD: ports/audio/ripenc/Makefile,v 1.9 2004/02/06 13:10:49 trevor Exp $
#

PORTNAME=	ripenc
PORTVERSION=	1.1
CATEGORIES=	audio
MASTER_SITES=	http://home.kc.rr.com/ripenc/

MAINTAINER=	arved@FreeBSD.org
COMMENT=	Script that automates the ripping, encoding, and naming of CD's

WRKSRC=		${WRKDIR}/ripenc

NO_BUILD=	Shell Script
PLIST_FILES=	bin/ripenc

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin

.include <bsd.port.mk>
