feff7cc816
wslay 1.1.1 This release fixes the bug that eof is not evaluated after the invocation of read_callback. Changes * Check for eof when read_callback returns 0 (GH-47)
19 lines
485 B
Makefile
19 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/06/29 13:44:22 adam Exp $
|
|
|
|
DISTNAME= wslay-1.1.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
GITHUB_RELEASE= release-${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/tatsuhiro-t/wslay/
|
|
COMMENT= WebSocket library written in C
|
|
LICENSE= mit
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= lib/libwslay.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|