31 lines
543 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:41:28 espie Exp $
2010-09-07 12:23:43 +00:00
COMMENT= protect against brute force attacks on sshd and others
DISTNAME= sshguard-1.5
2010-09-07 12:23:43 +00:00
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
2010-10-18 21:41:44 +00:00
USE_GROFF = Yes
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2010-09-07 12:23:43 +00:00
FLAVORS = tcpd
FLAVOR?=
.if ${FLAVOR:Mtcpd}
CONFIGURE_ARGS = --with-firewall=hosts
.else
CONFIGURE_ARGS = --with-firewall=pf
.endif
2010-09-07 12:23:43 +00:00
.include <bsd.port.mk>