openbsd-ports/net/nanomsg/Makefile
2022-03-11 19:45:43 +00:00

23 lines
375 B
Makefile

COMMENT = socket library providing multiple communication patterns
GH_ACCOUNT = nanomsg
GH_PROJECT = nanomsg
GH_TAGNAME = 1.1.5
REVISION = 0
SHARED_LIBS += nanomsg 0.0 # 1.0
CATEGORIES = net
HOMEPAGE = https://nanomsg.org/
# MIT
PERMIT_PACKAGE = Yes
MODULES = devel/cmake
CONFIGURE_ARGS = -DNN_ENABLE_DOC=false
WANTLIB += c pthread
.include <bsd.port.mk>