22f9d4f7be
- add the new SF mirrors Submitted by: Konstantin Lepa <konstantin.lepa _at_ gmail.com> (maintainer, by mail)
26 lines
506 B
Makefile
26 lines
506 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_GZIP= yes
|
|
USE_CMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= 4.2+
|
|
|
|
CMAKE_ARGS+= -DTESTING:BOOL=OFF
|
|
|
|
.include <bsd.port.mk>
|