opnsense-ports/net/asio/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

19 lines
492 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= asio
PORTVERSION= 1.10.4
CATEGORIES= net devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/
MAINTAINER= acm@FreeBSD.org
COMMENT= Cross-platform C++ library for network and low-level I/O programming
RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/system_clocks.hpp:devel/boost-libs
GNU_CONFIGURE= yes
USES= gmake tar:bz2
NO_BUILD= yes
INSTALL_TARGET= install-data
.include <bsd.port.mk>