26 lines
620 B
Makefile
26 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/05/15 17:36:06 tron Exp $
|
|
|
|
DISTNAME= sshguard-1.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sshguard/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.sshguard.net/
|
|
COMMENT= Protect networked hosts from brute force attacks
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
RCD_SCRIPTS= sshguard
|
|
|
|
.include "options.mk"
|
|
|
|
# Claiming to be an X/Open applications hides inet_pton(3) under NetBSD
|
|
# which this application needs.
|
|
.if ${OPSYS} == "NetBSD"
|
|
BUILDLINK_TRANSFORM+= rm:-D_XOPEN_SOURCE
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|