If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
29 lines
583 B
Makefile
29 lines
583 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/17 14:49:21 danj Exp $
|
|
|
|
COMMENT = user-space USB HID access library written in C
|
|
|
|
DISTNAME = libhid-0.2.16
|
|
REVISION = 3
|
|
|
|
SHARED_LIBS = hid 0.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://directory.fsf.org/wiki/Libhid
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c usb pthread usb-1.0
|
|
|
|
MASTER_SITES= https://alioth-archive.debian.org/releases/libhid/libhid/0.2.16/
|
|
|
|
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>
|