tb 8a05d1ae5e Add a comment stating why we're currently stuck with 1.3 (upstream removed
bsd-auth support) and that we're unaffected by the CVE fixed in 1.4.

suggested by and discussed with sthen
2017-07-18 14:49:38 +00:00

29 lines
539 B
Makefile

# $OpenBSD: Makefile,v 1.16 2017/07/18 14:49:38 tb Exp $
COMMENT= simple X screen locker
# slock-1.4 drops bsd-auth support; CVE-2016-6866 doesn't affect HAVE_BSD_AUTH
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>