summaryrefslogtreecommitdiff
path: root/audio/rio/Makefile
diff options
context:
space:
mode:
authoragc <agc>2000-01-11 11:31:18 +0000
committeragc <agc>2000-01-11 11:31:18 +0000
commit05274a6fe8513d3a718db989b43de007826d1747 (patch)
treeb578ac584a1c2a93d1e4b850949e13a9e54710e8 /audio/rio/Makefile
parentfb2b8d7664116e1640210f9226d63d246a5a1d02 (diff)
downloadpkgsrc-05274a6fe8513d3a718db989b43de007826d1747.tar.gz
Make this program work.
+ add -li386, and a check to make sure that root is running the program (for obvious reasons) + add a small shell script to find the lpt port easily Initialisation of flash RAM on the rio is slow, but upload works quite well and fast. Not yet tested with external flash media.
Diffstat (limited to 'audio/rio/Makefile')
-rw-r--r--audio/rio/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rio/Makefile b/audio/rio/Makefile
index 56039d202b5..627d59d0f2f 100644
--- a/audio/rio/Makefile
+++ b/audio/rio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/31 21:19:49 agc Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/11 11:31:18 agc Exp $
#
DISTNAME= rio007
@@ -20,5 +20,7 @@ do-install:
${BSD_INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin
${MKDIR} -p ${PREFIX}/share/rio
${BSD_INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/rio
+ ${SED} -e 's|@AWK@|${AWK}|g' ${FILESDIR}/find-lpt-port > ${PREFIX}/bin/find-lpt-port
+ ${CHMOD} 755 ${PREFIX}/bin/find-lpt-port
.include "../../mk/bsd.pkg.mk"