# New ports collection makefile for:   rio
# Date created:        29 April 1999
# Whom:                Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD: ports/audio/rio/Makefile,v 1.10 2003/02/20 16:49:49 knu Exp $
#

PORTNAME=	rio
PORTVERSION=	1.07
CATEGORIES=	audio
MASTER_SITES=	http://www.world.co.uk/sba/
DISTNAME=	rio007
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.Org
COMMENT=	Tool for transferring files to and from the Diamond Rio .mp3 player

WRKSRC=		${WRKDIR}/rio107
MAKEFILE=	makefile

BINOWN=		root
BINMODE=	4755

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500035
BROKEN=		"Does not compile on 5.0"
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin

.include <bsd.port.post.mk>
