2015-03-16 18:07:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2015/03/16 18:07:42 naddy Exp $
|
2010-10-03 21:10:24 +00:00
|
|
|
|
|
|
|
COMMENT = user-space USB HID access library written in C
|
|
|
|
|
|
|
|
DISTNAME = libhid-0.2.16
|
2015-03-16 18:07:34 +00:00
|
|
|
REVISION = 1
|
2011-11-13 13:54:04 +00:00
|
|
|
|
2010-10-03 21:10:24 +00:00
|
|
|
SHARED_LIBS = hid 0.0
|
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
HOMEPAGE = http://libhid.alioth.debian.org/
|
|
|
|
|
|
|
|
MAINTAINER = Jonathan Armani <armani@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-11-13 13:54:04 +00:00
|
|
|
WANTLIB += c usb pthread usb-1.0
|
2010-10-03 21:10:24 +00:00
|
|
|
|
2014-01-14 00:38:39 +00:00
|
|
|
MASTER_SITES= https://www.alioth.debian.org/frs/download.php/latestfile/336/
|
|
|
|
|
2011-11-13 13:54:04 +00:00
|
|
|
LIB_DEPENDS = devel/libusb-compat
|
2010-10-03 21:10:24 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD = Yes
|
2010-10-03 21:10:24 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2015-02-09 12:58:56 +00:00
|
|
|
CONFIGURE_ARGS = --disable-swig --without-doxygen
|
2010-10-03 21:10:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|