098e0766d1
libhid is a rewrite of libHID[0] and aims to provide the same functionality from a more organised framework. It aims to provide a layer of abstraction for accessing HID-class devices over USB or serial lines (similar to what libusb provides for the base USB protocol). http://www.ghz.cc/~clepple/libHID/doc/html/ libhid has been designed because it is needed in two other projects (libphdigets and nut). As such, it does not have a complete featureset yet but is rather a work in progress (alpha state). We invite everyone to contribute or get in touch with us for additional features. Please find more information on the project website: http://libhid.alioth.debian.org
34 lines
1,013 B
Makefile
34 lines
1,013 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/12/03 01:30:06 mef Exp $
|
|
|
|
DISTNAME= libhid-0.2.16
|
|
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://sourceforge.net/projects/salix-sbo/files/13.37/libhid/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://libhid.alioth.debian.org/
|
|
COMMENT= Abstract'n layer for HID-class devices over USB/serial
|
|
#' # to close above apostrophe
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
|
|
BUILD_DEPENDS+= docbook-[0-9]*:../../textproc/docbook
|
|
#BUILD_DEPENDS+= swig-[0-9]*:../../devel/swig
|
|
|
|
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../lang/${PYPACKAGE}/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
# PLIST_SUBST+= PYSITELIB=${PYSITELIB}
|
|
#.include "../../lang/python/extension.mk"
|
|
#.include "../../lang/python/distutils.mk"
|
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.include "../../devel/swig/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|