# New ports collection makefile for:	vxlog
# Date created:               2010-05-18
# Whom:                       Konstantin Lepa <konstantin.lepa@gmail.com>
#
# $FreeBSD: ports/devel/vxlog/Makefile,v 1.3 2010/10/18 15:27:58 bapt Exp $
#

PORTNAME=	vxlog
PORTVERSION=	1.0.3
CATEGORIES=	devel
MASTER_SITES=	http://bitbucket.org/klepa/vxlog/downloads/ \
		SF/${PORTNAME}

MAINTAINER=	konstantin.lepa@gmail.com
COMMENT=	C++ logging library

LICENSE=	MIT

USE_GZIP=	yes
USE_CMAKE=	yes
USE_LDCONFIG=	yes
USE_GCC=	4.2+

CMAKE_ARGS+=	-DTESTING:BOOL=OFF

.include <bsd.port.mk>
