summaryrefslogtreecommitdiff
path: root/audio/rio500/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rio500/Makefile')
-rw-r--r--audio/rio500/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile
new file mode 100644
index 00000000000..efae73f90b8
--- /dev/null
+++ b/audio/rio500/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/28 14:59:04 ad Exp $
+#
+
+DISTNAME= rio500-0.7
+CATEGORIES= audio
+MASTER_SITES= http://download.sourceforge.net/rio500/
+
+MAINTAINER= ad@netbsd.org
+HOMEPAGE= http://rio500.sourceforge.net/
+
+USE_GMAKE= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-devicepath=/dev --with-deviceentry=urio0
+
+.include "../../mk/bsd.pkg.mk"