1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/net/nng/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
418 B
Makefile

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