openbsd-ports/devel/libsmb2/Makefile
ajacoutot 135376157c Import libsmb2-3.0.0.
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@
2019-12-31 11:35:55 +00:00

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>