pkgsrc/audio/rioutil/Makefile
schmonz 3652e115f5 Update to 0.4.7. From the changelog:
- Fixed a major bug in id3.c that affected linux users with a file not
    found error. Also fixed in main.c. Thanks to Sarah Hitchens for
    finding/fixing the bug!
- Cleaned up memory leaks in playlist.c and downloadable.c.
- Fixed typo in filename for song_management.c.
2005-01-08 22:56:04 +00:00

23 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.17 2005/01/08 22:56:04 schmonz Exp $
#
DISTNAME= rioutil-1.4.7
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_BUILDLINK3= yes
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-libusb
ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.6*-* NetBSD-[2-9]*-*
# depends on -r1.6 of sys/dev/usb/urio.c
ONLY_FOR_PLATFORM+= NetBSD-1.5Z-* NetBSD-1.5Z[A-Z]-*
.include "../../audio/id3lib/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"