freebsd-ports/devel/vxlog/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

25 lines
490 B
Makefile

# New ports collection makefile for: vxlog
# Date created: 2010-05-18
# Whom: Konstantin Lepa <konstantin.lepa@gmail.com>
#
# $FreeBSD$
#
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
USES= cmake
USE_LDCONFIG= yes
USE_GCC= 4.2+
CMAKE_ARGS+= -DTESTING:BOOL=OFF
.include <bsd.port.mk>