openbsd-ports/devel/libhid/Makefile
ajacoutot fcbe5f3ae2 Sync dependencies after move from libusb to libusb-compat and fix a
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.

Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00

36 lines
718 B
Makefile

# $OpenBSD: Makefile,v 1.5 2011/11/13 13:54:04 ajacoutot Exp $
COMMENT = user-space USB HID access library written in C
DISTNAME = libhid-0.2.16
REVISION = 0
SHARED_LIBS = hid 0.0
CATEGORIES = devel
HOMEPAGE = http://libhid.alioth.debian.org/
MAINTAINER = Jonathan Armani <armani@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= https://alioth.debian.org/frs/download.php/1958/
WANTLIB += c usb pthread usb-1.0
LIB_DEPENDS = devel/libusb-compat
USE_GMAKE = Yes
USE_LIBTOOL = Yes
USE_GROFF = Yes
SEPARATE_BUILD = concurrent
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --disable-swig
.include <bsd.port.mk>