adeac03634
Approved by: portmgr blanket
27 lines
533 B
Makefile
27 lines
533 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nanomsg
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= crest@bultmann.eu
|
|
COMMENT= Socket library that provides several common communication patterns
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nanomsg
|
|
|
|
USES= cmake pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_SUB= yes
|
|
|
|
DOCS_DESC= Build and/or install HTML and manpages
|
|
|
|
DOCS_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor
|
|
DOCS_CMAKE_BOOL= NN_ENABLE_DOC
|
|
|
|
.include <bsd.port.mk>
|