24 lines
397 B
Makefile
24 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.8 2021/06/05 12:34:05 jasper Exp $
|
|
|
|
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
|
|
|
|
WANTLIB += c pthread
|
|
|
|
.include <bsd.port.mk>
|