Files

22 lines
370 B
Makefile
Raw Permalink Normal View History

COMMENT= header-only C++ library for asynchronous I/O programming
DISTNAME= asio-1.30.2
CATEGORIES= devel
2023-09-21 09:49:47 +00:00
SITES= ${SITE_SOURCEFORGE:=asio/}
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= https://think-async.com/Asio/
MAINTAINER= Brad Smith <brad@comstyle.com>
# Boost
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
CONFIGURE_STYLE= gnu
INSTALL_TARGET= install-data
.include <bsd.port.mk>