Files
ports/security/libprelude/Makefile
T
Muhammad Moinur Rahman faf1364c24 security/libprelude: Mark DEPRECATED
- Upstream project is dead as last commit was in 6 years ago
= Website domain is also used as a SEO site
- Set EXPIRATION_DATE 2026-07-27
- Pet portclippy
- Update WWW to point to GH
2026-06-27 16:09:44 +02:00

54 lines
1.1 KiB
Makefile

PORTNAME= libprelude
DISTVERSION= 5.2.0
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= https://www.prelude-siem.org/attachments/download/1395/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Sensor support library from Prelude SIEM
WWW= https://github.com/Prelude-SIEM/libprelude
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Upstream project is dead
EXPIRATION_DATE= 2026-07-31
LIB_DEPENDS= libgnutls.so:security/gnutls \
libltdl.so:devel/libltdl \
libpcre.so:devel/pcre
USES= libtool localbase pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-lua \
--without-python3 \
--without-swig \
--without-valgrind \
ac_cv_path_RUBY=
INSTALL_TARGET= install-strip
ETCDIR= ${PREFIX}/etc/prelude
OPTIONS_DEFINE= DOCS PERL
OPTIONS_SUB= yes
PERL_USES= perl5
PERL_CONFIGURE_WITH= perl=${PERL}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
post-install:
.for f in client.conf global.conf idmef-client.conf tls.conf
${MV} ${STAGEDIR}${ETCDIR}/default/${f} \
${STAGEDIR}${ETCDIR}/default/${f}.sample
.endfor
.include <bsd.port.mk>