22 lines
440 B
Makefile
22 lines
440 B
Makefile
PORTNAME= asio
|
|
DISTVERSION= 1.28.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
|
|
WWW= https://think-async.com/Asio/
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
|
|
|
|
USES= tar:bz2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
INSTALL_TARGET= install-data
|
|
|
|
.include <bsd.port.mk>
|