Initialize port

This commit is contained in:
yo
2023-12-18 14:06:09 +01:00
commit 8b6ab026dd
6 changed files with 79 additions and 0 deletions

24
Makefile Normal file
View File

@ -0,0 +1,24 @@
# 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>