ccc015def8
which we aren't going to use or install. Instead of LIB-depending on boost, include RUN-dependency on one of boost's header-files. Because we are no longer compiling, we don't need boost installed at package-building time. PR: 195531 Approved by: maintainer timeout (see PR)
19 lines
504 B
Makefile
19 lines
504 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:${PORTSDIR}/devel/boost-libs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake tar:bz2
|
|
NO_BUILD= yes
|
|
INSTALL_TARGET= install-data
|
|
|
|
.include <bsd.port.mk>
|