25 lines
498 B
Makefile
25 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.20 2013/10/11 21:21:02 naddy Exp $
|
|
|
|
COMMENT= fire up programs in case of user inactivity under X
|
|
|
|
DISTNAME= xautolock-2.2
|
|
EXTRACT_SUFX= .tgz
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/screensavers/}
|
|
|
|
HOMEPAGE= http://freshmeat.net/projects/xautolock/
|
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xss c
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|