diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-05-13 16:39:09 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-05-13 16:39:09 +0000 |
commit | 56a9c98b2e77eea6dd44c89b7b1cc3a626f53241 (patch) | |
tree | 51f8d31985a43800e11449ac2880644565985833 /audio/rioutil/Makefile | |
parent | a77301eaf5a7ae3272eda8d100478c828d445fcb (diff) | |
download | pkgsrc-56a9c98b2e77eea6dd44c89b7b1cc3a626f53241.tar.gz |
Import rioutil-1.1.2.0.1, a program and library to interface with
Rio 600, 800, Nike psa[play. This closes my own pkg/14951.
Tested with a Rio 800 Extreme.
Diffstat (limited to 'audio/rioutil/Makefile')
-rw-r--r-- | audio/rioutil/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile new file mode 100644 index 00000000000..f27331ea07d --- /dev/null +++ b/audio/rioutil/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/13 16:39:09 schmonz Exp $ +# + +DISTNAME= rioutil-1.1.2alpha +PKGNAME= rioutil-1.1.2.0.1 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/} + +MAINTAINER= schmonz@netbsd.org +HOMEPAGE= http://rioutil.sourceforge.net/ +COMMENT= program and library to interface with Rio 600, 800, Nike psa[play + +USE_BUILDLINK_ONLY= # defined + +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GNU_CONFIGURE= # defined +CONFIGURE_ARGS+= --with-libusb + +# on NetBSD, we need a recent urio.c +ONLY_FOR_PLATFORM= NetBSD-1.5Z-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* \ + Darwin-*-* Linux-*-* + +.include "../../audio/id3lib/buildlink.mk" +.include "../../devel/libusb/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |