b676760054
si3t.ch, kindly hosted by prx, thanks! no changes to the packages.
30 lines
549 B
Makefile
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>
|