freebsd-ports/audio/rio/Makefile

36 lines
704 B
Makefile
Raw Normal View History

# New ports collection makefile for: rio
# Date created: 29 April 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
1999-08-25 06:36:31 +02:00
# $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
2003-02-20 18:07:10 +01:00
COMMENT= Tool for transferring files to and from the Diamond Rio .mp3 player
WRKSRC= ${WRKDIR}/rio107
MAKEFILE= makefile
BINOWN= root
BINMODE= 4755
PLIST_FILES= bin/rio
2002-10-26 04:55:52 +02:00
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not compile on ia64 or sparc64"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin
2002-10-26 04:55:52 +02:00
.include <bsd.port.post.mk>