freebsd-ports/devel/vxlog/Makefile
Wen Heping e3c89c70c6 - Remove USE_GZIP=yes since it is default
PR:		ports/157174
Submitted by:	Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:	pav@(portmgr)
2011-07-07 09:17:32 +00:00

25 lines
492 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
USE_CMAKE= yes
USE_LDCONFIG= yes
USE_GCC= 4.2+
CMAKE_ARGS+= -DTESTING:BOOL=OFF
.include <bsd.port.mk>