26 lines
520 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2019/07/12 20:51:25 sthen Exp $
2002-10-29 19:48:57 +00:00
COMMENT= fire up programs in case of user inactivity under X
2001-01-05 16:35:58 +00:00
DISTNAME= xautolock-2.2
2002-10-29 19:48:57 +00:00
EXTRACT_SUFX= .tgz
CATEGORIES= x11
2017-12-07 13:12:44 +00:00
FIX_EXTRACT_PERMISSIONS=Yes
2002-10-29 19:48:57 +00:00
2002-05-15 18:05:18 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/screensavers/}
2001-01-05 16:35:58 +00:00
HOMEPAGE= http://freshmeat.net/projects/xautolock/
2001-01-05 16:35:58 +00:00
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
1998-12-16 22:49:41 +00:00
# License: GPL
PERMIT_PACKAGE= Yes
2008-02-01 21:55:23 +00:00
WANTLIB= X11 Xau Xdmcp Xext Xss c
CONFIGURE_STYLE= imake
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-29 19:48:57 +00:00
.include <bsd.port.mk>