25 lines
601 B
Makefile
25 lines
601 B
Makefile
|
# sysutils/godit/Makefile 2023-12-18 08:18:42Z yo
|
||
|
|
||
|
PORTNAME= godit
|
||
|
PORTVERSION= 0.6.2
|
||
|
DISTVERSIONPREFIX=v
|
||
|
PORTREVISION= 1
|
||
|
CATEGORIES= sysutils
|
||
|
|
||
|
MAINTAINER= johan@nosd.in
|
||
|
COMMENT= Read audit trails and decode to human readable (text/json). Service reads auditpipe and write to text file.
|
||
|
WWW= https://git.nosd.in/yo/libbsm/
|
||
|
|
||
|
LICENSE= BSD3CLAUSE
|
||
|
|
||
|
USES= go:modules
|
||
|
GO_MODULE= git.nosd.in/yo/libbsm
|
||
|
|
||
|
USE_RC_SUBR= godit
|
||
|
|
||
|
post-install:
|
||
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||
|
${INSTALL_DATA} ${PATCHDIR}/godit.newsyslog ${STAGEDIR}${EXAMPLESDIR}/newsyslog.sample
|
||
|
|
||
|
.include <bsd.port.mk>
|