mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
2b6df71b85
changelogs: http://sourceforge.net/projects/asio/files/asio/1.4.6%20%28Stable%29/README.txt/view http://sourceforge.net/projects/asio/files/asio/1.4.7%20%28Stable%29/README.txt/view http://sourceforge.net/projects/asio/files/asio/1.4.8%20%28Stable%29/README.txt/view PR: 159165 Submitted by: Olivier Duchateau <duchateau.olivier at gmail dot com> Approved by: acm (maintainer timeout; 5 months+)
24 lines
538 B
Makefile
24 lines
538 B
Makefile
# New ports collection makefile for: asio
|
|
# Date created: 2010-11-14
|
|
# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asio
|
|
PORTVERSION= 1.4.8
|
|
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.4:${PORTSDIR}/devel/boost-libs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|