mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
26 lines
544 B
Makefile
26 lines
544 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
|
|
PORTNAME= asio
|
|
DISTVERSION= 1.16.0
|
|
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
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/system_clocks.hpp:devel/boost-libs
|
|
|
|
USES= tar:bz2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
INSTALL_TARGET= install-data
|
|
|
|
.include <bsd.port.mk>
|