danj 4cb6cc61c4 Replace urls using alioth.debian.org
They replaced it with a gitlab hosted on salsa.debian.org and they
provide alioth-archive.debian.org for the source archives, but
they didn't move everything there.

ok sthen@
2019-01-06 14:50:49 +00:00

31 lines
642 B
Makefile

# $OpenBSD: Makefile,v 1.13 2019/01/06 14:50:49 danj Exp $
COMMENT = user-space USB HID access library written in C
DISTNAME = libhid-0.2.16
REVISION = 2
SHARED_LIBS = hid 0.0
CATEGORIES = devel
HOMEPAGE = https://directory.fsf.org/wiki/Libhid
MAINTAINER = Jonathan Armani <armani@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= 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>