openbsd-ports/x11/xautolock/Makefile
2022-03-11 20:15:18 +00:00

24 lines
459 B
Makefile

COMMENT= fire up programs in case of user inactivity under X
DISTNAME= xautolock-2.2
EXTRACT_SUFX= .tgz
CATEGORIES= x11
FIX_EXTRACT_PERMISSIONS=Yes
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/screensavers/}
HOMEPAGE= http://freshmeat.net/projects/xautolock/
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
# License: GPL
PERMIT_PACKAGE= Yes
WANTLIB= X11 Xau Xdmcp Xext Xss c
CONFIGURE_STYLE= imake
NO_TEST= Yes
.include <bsd.port.mk>