freebsd-ports/devel/cpp-netlib/Makefile
Jan Beich 98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00

30 lines
734 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= cpp-netlib
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.12.0
DISTVERSIONSUFFIX= -final
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= zi@FreeBSD.org
COMMENT= Cross-platform, standards compliant networking library
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
asio>0:net/asio
BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
USES= cmake:outsource
USE_LDCONFIG= yes
CFLAGS+= -fPIC
CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \
-DCPP-NETLIB_BUILD_SHARED_LIBS=ON \
-DCPP-NETLIB_BUILD_TESTS=OFF
USE_GITHUB= yes
.include <bsd.port.mk>