mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
d60e43ca5d
Centreon Clib is a common library for all Centreon products written in C/C++. This project provides high level implementation of many basic system mechanism. The target is to have a portable and powerful implementation. WWW: http://www.centreon.com/ PR: ports/189371 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
22 lines
547 B
Makefile
22 lines
547 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= centreon-clib
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://download.centreon.com/centreon-clib/
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Common library of all Centreon projects written in C or C++
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
USES= cmake
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/build
|
|
CMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \
|
|
-DWITH_PREFIX_INC=${PREFIX}/include/centreon \
|
|
-DWITH_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|