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

37 lines
653 B
Makefile

# $OpenBSD: Makefile,v 1.28 2019/01/06 14:50:49 danj Exp $
COMMENT = USB Chip/Smart Card Interface Devices driver
DISTNAME = ccid-1.4.27
CATEGORIES = security
REVISION = 0
HOMEPAGE = https://pcsclite.apdu.fr/
MASTER_SITES = https://alioth-archive.debian.org/releases/pcsclite/ccid/
EXTRACT_SUFX = .tar.bz2
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# LGPLv2.1+ and GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB = pcsclite pthread usb-1.0
LIB_DEPENDS = devel/libusb1 \
security/pcsc-lite>=1.8.3
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-twinserial
CONFIGURE_ENV = ac_cv_lib_lex='none needed'
NO_TEST = Yes
.include <bsd.port.mk>