2015-04-10 15:33:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-12-05 20:14:38 +01:00
|
|
|
PORTNAME= nanomsg
|
2016-08-10 10:21:19 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2015-12-05 20:14:38 +01:00
|
|
|
CATEGORIES= net
|
2015-04-10 15:33:20 +02:00
|
|
|
|
2015-12-05 20:14:38 +01:00
|
|
|
MAINTAINER= crest@bultmann.eu
|
|
|
|
COMMENT= Socket library that provides several common communication patterns
|
2015-04-10 15:33:20 +02:00
|
|
|
|
2015-12-05 20:14:38 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2015-04-10 15:33:20 +02:00
|
|
|
|
2015-12-05 20:14:38 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= nanomsg
|
|
|
|
|
2016-08-10 10:21:19 +02:00
|
|
|
USES= cmake pathfix
|
2015-12-05 20:14:38 +01:00
|
|
|
USE_LDCONFIG= yes
|
2015-04-10 15:33:20 +02:00
|
|
|
|
2016-08-10 10:21:19 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2015-12-05 20:14:38 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2016-08-10 10:21:19 +02:00
|
|
|
DOCS_DESC= Build and/or install HTML and manpages
|
2015-04-10 15:33:20 +02:00
|
|
|
|
2016-08-10 10:21:19 +02:00
|
|
|
DOCS_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor
|
2016-08-10 12:21:09 +02:00
|
|
|
DOCS_CMAKE_BOOL= NN_ENABLE_DOC
|
2015-04-10 15:33:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|