openbsd-ports/security/sshlockout/Makefile
op b676760054 move some MASTER_SITES from distfiles-openbsd.perso.pw (gone) to
si3t.ch, kindly hosted by prx, thanks!

no changes to the packages.
2022-10-04 11:42:24 +00:00

30 lines
549 B
Makefile

COMMENT = protect against brute force attacks on sshd(8)
DISTNAME = sshlockout-0.20190130
REVISION = 0
CATEGORIES = security
HOMEPAGE = https://www.dragonflybsd.org/
# BSD
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB += c
# snapshot of
# https://github.com/DragonFlyBSD/DragonFlyBSD/tree/master/usr.sbin/sshlockout
MASTER_SITES = http://si3t.ch/pub/openbsd/distfiles/
FAKE_FLAGS = BINDIR=${PREFIX}/sbin \
MANDIR=${PREFIX}/man/man
CFLAGS += -std=c99
NO_TEST = Yes
do-configure:
${SUBST_CMD} ${WRKSRC}/sshlockout.8
.include <bsd.port.mk>