aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rio/Makefile
blob: bd3fa51cc6bb37c3dc69a366027b6117f6c60b8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>

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

.include <bsd.port.post.mk>