freebsd-ports/audio/rio/Makefile
2003-02-20 17:07:10 +00:00

33 lines
651 B
Makefile

# New ports collection makefile for: rio
# Date created: 29 April 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
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>