freebsd-ports/devel/vxlog/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

21 lines
388 B
Makefile

# Created by: Konstantin Lepa <konstantin.lepa@gmail.com>
# $FreeBSD$
PORTNAME= vxlog
PORTVERSION= 1.0.3
PORTREVISION= 1
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
CMAKE_ARGS+= -DTESTING:BOOL=OFF
.include <bsd.port.mk>