Initialize port
This commit is contained in:
24
Makefile
Normal file
24
Makefile
Normal 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>
|
Reference in New Issue
Block a user