mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
25d5f69d35
ok sthen@
32 lines
546 B
Makefile
32 lines
546 B
Makefile
COMMENT = multi-platform library for asynchronous I/O
|
|
|
|
VER = 1.52.1
|
|
DISTNAME = libuv-v${VER}
|
|
PKGNAME = libuv-${VER}
|
|
CATEGORIES = devel
|
|
|
|
SHARED_LIBS += uv 5.3 # 1.0
|
|
|
|
HOMEPAGE = https://libuv.org/
|
|
|
|
SITES = https://dist.libuv.org/dist/v${VER}/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += pthread
|
|
|
|
# stdatomic.h
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
|
|
|
CONFIGURE_STYLE = autoreconf
|
|
AUTORECONF = ./autogen.sh
|
|
|
|
AUTOCONF_VERSION = 2.71
|
|
AUTOMAKE_VERSION = 1.16
|
|
|
|
.include <bsd.port.mk>
|