135376157c
Libsmb2 is a userspace client library for accessing SMB2/SMB3 shares on a network. It is high performance and fully async. It supports both zero-copy for SMB READ/WRITE commands as well as compounded commands. from Brad tweak/OK sthen@
23 lines
373 B
Makefile
23 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/12/31 11:35:55 ajacoutot Exp $
|
|
|
|
COMMENT= userspace client library for accessing SMB2/SMB3 shares
|
|
|
|
GH_ACCOUNT= sahlberg
|
|
GH_PROJECT= libsmb2
|
|
GH_TAGNAME= v3.0.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
SHARED_LIBS= smb2 0.0
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= devel/cmake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|