tb f4aa297c5d Make sure the password is cleared from memory when the password entry
is aborted with backspace or escape.  With help from jca and a lot of
feedback from many.

ok jca, gsoares (MAINTAINER)
2016-08-13 14:00:00 +00:00

28 lines
460 B
Makefile

# $OpenBSD: Makefile,v 1.15 2016/08/13 14:00:00 tb Exp $
COMMENT= simple X screen locker
DISTNAME= slock-1.3
REVISION= 1
CATEGORIES= x11
HOMEPAGE= http://tools.suckless.org/slock
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 c Xext Xrandr
MASTER_SITES= http://dl.suckless.org/tools/
MAKE_ENV= CC="${CC}" \
LDFLAGS="${LDFLAGS}"
FAKE_FLAGS= DESTDIR=""
NO_TEST= Yes
.include <bsd.port.mk>