summaryrefslogtreecommitdiff
path: root/audio/rio/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-12-31 21:19:49 +0000
committeragc <agc>1999-12-31 21:19:49 +0000
commit3232355bf1b7422d05f492d455f235e8fd52ed33 (patch)
tree75fd1a17b95b96cb6f7e0dcacf87a9b56f60d699 /audio/rio/Makefile
parent7de9ec176d33b5457b810830343032c0d82072d1 (diff)
downloadpkgsrc-3232355bf1b7422d05f492d455f235e8fd52ed33.tar.gz
Import the Snowblind Alliance rio tools into the NetBSD packages
collection: 'rio' is a simple command line utility which allows you to display and manage files on your Diamond Rio portable music player. At present the Rio utility supports the Diamond Rio PMP300 with 32M internal flash memory. Additional external flash memory is now supported thanks to the work done by Guido March (march@pc40.mpier.uni-frankfurt.de).
Diffstat (limited to 'audio/rio/Makefile')
-rw-r--r--audio/rio/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile
new file mode 100644
index 00000000000..56039d202b5
--- /dev/null
+++ b/audio/rio/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/31 21:19:49 agc Exp $
+#
+
+DISTNAME= rio007
+PKGNAME= rio-1.07
+CATEGORIES= audio
+MASTER_SITES= http://www.world.co.uk/sba/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.world.co.uk/sba/rio.htm
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+
+WRKSRC= ${WRKDIR}/rio107
+
+MAKEFILE= makefile
+
+do-install:
+ ${BSD_INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin
+ ${MKDIR} -p ${PREFIX}/share/rio
+ ${BSD_INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/rio
+
+.include "../../mk/bsd.pkg.mk"