freebsd-ports/net/asio/Makefile
Baptiste Daroussin f5f6cd6d9b Chase boost update
2013-01-31 13:38:42 +00:00

20 lines
482 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= asio
PORTVERSION= 1.4.8
PORTREVISION= 1
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
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
.include <bsd.port.mk>