31 lines
636 B
Makefile
31 lines
636 B
Makefile
# $OpenBSD: Makefile,v 1.12 2017/04/09 10:49:17 sthen Exp $
|
|
|
|
COMMENT = user-space USB HID access library written in C
|
|
|
|
DISTNAME = libhid-0.2.16
|
|
REVISION = 1
|
|
|
|
SHARED_LIBS = hid 0.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://libhid.alioth.debian.org/
|
|
|
|
MAINTAINER = Jonathan Armani <armani@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c usb pthread usb-1.0
|
|
|
|
MASTER_SITES= https://www.alioth.debian.org/frs/download.php/latestfile/336/
|
|
|
|
LIB_DEPENDS = devel/libusb-compat
|
|
|
|
USE_GMAKE = Yes
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = --disable-swig --without-doxygen --disable-werror
|
|
|
|
.include <bsd.port.mk>
|