2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= simple event correlator
|
2005-05-05 21:18:56 +00:00
|
|
|
|
2022-05-26 12:48:34 +00:00
|
|
|
V= 2.9.1
|
2015-12-17 19:52:03 +00:00
|
|
|
DISTNAME= sec-${V}
|
2005-05-05 21:18:56 +00:00
|
|
|
CATEGORIES= sysutils
|
2015-12-17 19:52:03 +00:00
|
|
|
MASTER_SITES= https://github.com/simple-evcorr/sec/releases/download/${V}/
|
2005-05-05 21:18:56 +00:00
|
|
|
|
2018-10-03 13:21:28 +00:00
|
|
|
HOMEPAGE= https://simple-evcorr.github.io/
|
2005-05-05 21:18:56 +00:00
|
|
|
|
2008-02-05 20:45:06 +00:00
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
2005-05-05 21:18:56 +00:00
|
|
|
|
2017-12-19 14:14:27 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2005-05-05 21:18:56 +00:00
|
|
|
|
|
|
|
NO_BUILD= Yes
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2005-07-24 12:15:10 +00:00
|
|
|
PKG_ARCH= *
|
2005-05-05 21:18:56 +00:00
|
|
|
|
|
|
|
do-install:
|
2011-05-13 12:43:56 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sec ${PREFIX}/bin/sec
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/sec.man ${PREFIX}/man/man1/sec.1
|
2005-07-24 19:47:31 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sec
|
2006-10-27 23:53:27 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/itostream.c \
|
2011-05-13 12:43:56 +00:00
|
|
|
${WRKSRC}/contrib/swatch2sec.pl \
|
2006-10-27 23:53:27 +00:00
|
|
|
${PREFIX}/share/examples/sec
|
2005-05-05 21:18:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|