1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net/nanomsg/Makefile
Yuri Victorovich b0136a581c net/nanomsg: Unbreak by fixing plist
Other changes:
* Replace docs in plist with PORTDOCS=*
* Replace WWW with its https equivalent
* Fix the manpage location

This port installs both docs and manpages based on one cmake option.

Approved by:	portmgr (unbreak)
2018-12-16 21:23:57 +00:00

30 lines
565 B
Makefile

# $FreeBSD$
PORTNAME= nanomsg
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= crest@bultmann.eu
COMMENT= Socket library that provides several common communication patterns
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake pathfix
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= nanomsg
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
PORTDOCS= *
.include <bsd.port.mk>