ajacoutot 73a7684a80 Drop the tcpd FLAVOR.
ok sthen@
2014-03-25 12:31:50 +00:00

24 lines
446 B
Makefile

# $OpenBSD: Makefile,v 1.8 2014/03/25 12:31:50 ajacoutot Exp $
COMMENT= protect against brute force attacks on sshd and others
DISTNAME= sshguard-1.5
REVISION= 1
CATEGORIES= security
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB+= c pthread
HOMEPAGE= http://www.sshguard.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshguard/}
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE=gnu
NO_TEST= Yes
CONFIGURE_ARGS = --with-firewall=pf
.include <bsd.port.mk>