ports/devel/asio/Makefile

22 lines
370 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= header-only C++ library for asynchronous I/O programming
DISTNAME= asio-1.28.0
CATEGORIES= devel
2023-09-22 16:24:11 +00:00
SITES= ${SITE_SOURCEFORGE:=asio/}
2023-08-16 22:26:55 +00:00
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>