openbsd-ports/security/sshguard/Makefile

34 lines
629 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2011/03/07 17:44:16 rpointel Exp $
2010-09-07 08:23:43 -04:00
COMMENT= protect against brute force attacks on sshd and others
DISTNAME= sshguard-1.5
2010-09-07 08:23:43 -04:00
CATEGORIES= security
# 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
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2010-09-07 08:23:43 -04:00
NO_REGRESS= Yes
FLAVORS = tcpd
FLAVOR?=
.if ${FLAVOR:L:Mtcpd}
CONFIGURE_ARGS = --with-firewall=hosts
.else
CONFIGURE_ARGS = --with-firewall=pf
.endif
2010-09-07 08:23:43 -04:00
.include <bsd.port.mk>