887e1b9e6b
Rework the OpenBSD backend to add *basic support* for non ugen(4) devices. It is now possible to have a read access and submit control transfers to all USB devices using libusb, please note that controllers and hubs also appear as devices.
26 lines
579 B
Makefile
26 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/11/20 13:01:47 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= libusb-1.0.9
|
|
PKGNAME= ${DISTNAME:S/libusb/libusb1/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusb/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.libusb.org/wiki/libusb-1.0
|
|
COMMENT= USB Access Library (version 1)
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
NOT_FOR_PLATFORM= DragonFly-*-* SunOS-*-*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libusb-1.0.pc.in
|
|
|
|
CONFLICTS= libusbx-[0-9]*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|