mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
21 lines
372 B
Makefile
21 lines
372 B
Makefile
# Created by: 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
|
|
|
|
CMAKE_ARGS+= -DTESTING:BOOL=OFF
|
|
|
|
.include <bsd.port.mk>
|