pkgsrc/devel/libusb1/Makefile
marino 72f8bb369a devel/libusb1: Mark NOT-FOR-DRAGONFLY
The library has to be specifically and non-trivially ported to each
platform it supports and currently it is not ported to DragonFly.
Moveover, FreeBSD's USB stack, which uses the same API, is intended to
ported to DragonFly in the near future.
2012-07-20 11:30:00 +00:00

27 lines
589 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/07/20 11:30:00 marino Exp $
#
DISTNAME= libusb-1.0.9
PKGNAME= ${DISTNAME:S/libusb/libusb1/}
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
PKG_DESTDIR_SUPPORT= user-destdir
NOT_FOR_PLATFORM= DragonFly-*-*
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"