24bc7ef417
libusbx is a library that provides generic access to USB devices. As a library, it is meant to be used by developers, to facilitate the development of applications that communicate with USB hardware. It is portable: Using a single cross-platform API, it provides access to USB devices on Linux, OS X, Windows and OpenBSD. It is user-mode: No special privilege or elevation is required for the application to communicate with a device. It is version-agnostic: All versions of the USB protocol, from 1.0 to 3.0 (latest), are supported. libusbx is a fork of libusb.
23 lines
527 B
Makefile
23 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/05/30 15:28:29 wiz Exp $
|
|
|
|
DISTNAME= libusbx-1.0.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusbx/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://libusbx.sourceforge.net/
|
|
COMMENT= USB Access Library (version 1) for of libusb
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libusb-1.0.pc.in
|
|
|
|
CONFLICTS= libusb1-[0-9]*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|