freebsd-ports/sysutils/sec/Makefile
Craig Leres bae3520a24 Move the pidfile from /var/run/sec.pid to /var/run/sec/sec.pid
and chown /var/run/sec when sec_user is set.

PR:		227056
Reviewed by:	ler (mentor)
Approved by:	ecu@200ok.org, ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D15068
2018-04-14 21:15:23 +00:00

40 lines
929 B
Makefile

# $FreeBSD$
PORTNAME= sec
DISTVERSION= 2.7.12
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION}
MAINTAINER= ecu@200ok.org
COMMENT= Simple event (logs) correlator
LICENSE= GPLv2
USES= perl5 shebangfix
USE_RC_SUBR= sec
SHEBANG_FILES= sec
SUB_LIST= PERL=${PERL}
NO_ARCH= yes
NO_BUILD= yes
PORTDOCS= ChangeLog README
PLIST_FILES= bin/sec man/man8/sec.8.gz
PORTCONTRIB= convert.pl itostream.c swatch2sec.pl
PLIST_FILES+= ${PORTCONTRIB:S|^|share/sec/|}
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/sec.man ${STAGEDIR}${MANPREFIX}/man/man8/sec.8
@${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC}/contrib && ${INSTALL_DATA} ${PORTCONTRIB} ${STAGEDIR}${DATADIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>