1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/asio/Makefile
Martin Wilke c2866e7e03 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-29 12:00:30 +00:00

21 lines
486 B
Makefile

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