a304c7734b
* improved the daemonization code. * changed Sys::Syslog::openlog() options from 'cons,pid' to 'pid'. * starting from this version, 'logonly' action has an optional parameter. From maintainer, Okan Demirmem <okan@demirmen.com>
32 lines
775 B
Makefile
32 lines
775 B
Makefile
# $OpenBSD: Makefile,v 1.8 2007/03/28 13:51:55 mbalmer Exp $
|
|
|
|
COMMENT= "simple event correlator"
|
|
|
|
DISTNAME= sec-2.4.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=simple-evcorr/}
|
|
|
|
HOMEPAGE= http://www.estpak.ee/~risto/sec/
|
|
|
|
MAINTAINER= Okan Demirmen <okan@demirmen.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sec.pl ${PREFIX}/bin/sec
|
|
perl -pi -e "s/sec.pl/sec/g" ${WRKSRC}/sec.pl.man
|
|
${INSTALL_MAN} ${WRKSRC}/sec.pl.man ${PREFIX}/man/man1/sec.1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sec
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/itostream.c \
|
|
${PREFIX}/share/examples/sec
|
|
|
|
.include <bsd.port.mk>
|