Changeset View
Changeset View
Standalone View
Standalone View
head/security/razorback-api/Makefile
Show All 9 Lines | |||||
MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
COMMENT= Framework for an intelligence driven security solution - API | COMMENT= Framework for an intelligence driven security solution - API | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
LIB_DEPENDS= libconfig.so:devel/libconfig \ | LIB_DEPENDS= libconfig.so:devel/libconfig \ | ||||
libssh.so:security/libssh \ | |||||
libuuid.so:misc/e2fsprogs-libuuid \ | libuuid.so:misc/e2fsprogs-libuuid \ | ||||
libcurl.so:ftp/curl \ | libcurl.so:ftp/curl \ | ||||
libjson-c.so:devel/json-c | libjson-c.so:devel/json-c | ||||
OPTIONS_DEFINE= DEBUG ASSERT CNC_DEBUG STOMP_DEBUG | OPTIONS_DEFINE= DEBUG ASSERT CNC_DEBUG STOMP_DEBUG | ||||
CNC_DEBUG_DESC= Enable Command and Control Debug | CNC_DEBUG_DESC= Enable Command and Control Debug | ||||
STOMP_DEBUG_DESC= Enable STOMP Debug | STOMP_DEBUG_DESC= Enable STOMP Debug | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
USES= libtool pathfix pkgconfig | USES= libtool pathfix pkgconfig | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
CPPFLAGS+= -I${LOCALBASE}/include | CPPFLAGS+= -I${LOCALBASE}/include | ||||
LDFLAGS+= -L${LOCALBASE}/lib | LDFLAGS+= -L${LOCALBASE}/lib | ||||
DEBUG_CONFIGURE_ENABLE= debug | DEBUG_CONFIGURE_ENABLE= debug | ||||
ASSERT_CONFIGURE_ENABLE= assert | ASSERT_CONFIGURE_ENABLE= assert | ||||
CNC_DEBUG_CONFIGURE_ENABLE= cnc-debug | CNC_DEBUG_CONFIGURE_ENABLE= cnc-debug | ||||
STOMP_DEBUG_CONFIGURE_ENABLE= stomp-debug | STOMP_DEBUG_CONFIGURE_ENABLE= stomp-debug | ||||
.include <bsd.port.pre.mk> | |||||
.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl111 | |||||
BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st' | |||||
BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st' | |||||
.endif | |||||
post-patch: | post-patch: | ||||
@${REINPLACE_CMD} -e s/json/json-c/ -e s/-Werror// ${WRKSRC}/configure | @${REINPLACE_CMD} -e s/json/json-c/ -e s/-Werror// ${WRKSRC}/configure | ||||
.include <bsd.port.post.mk> | .include <bsd.port.mk> |