openbsd-ports/security/sshguard/Makefile
2010-10-18 21:41:44 +00:00

29 lines
541 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/10/18 21:41:47 espie Exp $
COMMENT= protect against brute force attacks on sshd and others
DISTNAME= sshguard-1.5rc4
CATEGORIES= security
REVISION= 0
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB+= c pthread
HOMEPAGE= http://www.sshguard.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshguard/}
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-firewall=pf
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>