mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
24 lines
532 B
Makefile
24 lines
532 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
PORTNAME= centreon-clib
|
|
PORTVERSION= 21.04.2
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Common library of all Centreon projects written in C or C++
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= centreon
|
|
|
|
CMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \
|
|
-DWITH_PREFIX_INC=${PREFIX}/include/centreon \
|
|
-DWITH_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig
|
|
CXXFLAGS+= -std=c++11
|
|
|
|
.include <bsd.port.mk>
|