freebsd-ports/devel/vxlog/Makefile
Baptiste Daroussin 22f9d4f7be - update to 1.0.3
- add the new SF mirrors

Submitted by:	Konstantin Lepa <konstantin.lepa _at_ gmail.com> (maintainer, by mail)
2010-10-18 15:27:58 +00:00

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>