1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/nng/Makefile
2018-11-27 03:17:12 +00:00

22 lines
353 B
Makefile

# $FreeBSD$
PORTNAME= nng
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.1
CATEGORIES= net
MAINTAINER= swills@FreeBSD.org
COMMENT= Lightweight, broker-less messaging
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake:outsource
USE_GITHUB= yes
GH_ACCOUNT= nanomsg
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
USE_LDCONFIG= yes
.include <bsd.port.mk>