26 lines
		
	
	
		
			617 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			617 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Created by: johan <johan@nosd.in>
 | 
						|
# security/reaction/Makefile 2024-06-22 09:00:42Z
 | 
						|
 | 
						|
PORTNAME=	reaction
 | 
						|
PORTVERSION=	1.4.1
 | 
						|
DISTVERSIONPREFIX=v
 | 
						|
CATEGORIES=	security
 | 
						|
 | 
						|
MAINTAINER=	johan@nosd.in
 | 
						|
COMMENT=	A daemon that scans program outputs for repeated patterns, and takes action.
 | 
						|
WWW=		https://blog.ppom.me/en-reaction/
 | 
						|
 | 
						|
LICENSE=	AGPLv3
 | 
						|
 | 
						|
USES=		go:1.21,modules
 | 
						|
GO_MODULE=	framagit.org/ppom/reaction
 | 
						|
EXTRA_PATCHES+=	${FILESDIR}/socket.patch
 | 
						|
 | 
						|
USE_RC_SUBR=	reaction
 | 
						|
 | 
						|
post-install:
 | 
						|
		${MKDIR} ${STAGEDIR}${ETCDIR}
 | 
						|
		${INSTALL_DATA} ${FILESDIR}/reaction.yml ${STAGEDIR}${ETCDIR}/reaction.yml.sample
 | 
						|
 | 
						|
.include <bsd.port.mk>
 |