28 lines
583 B
Makefile
Raw Normal View History

2004-12-19 17:15:16 +00:00
# $OpenBSD: Makefile,v 1.12 2004/12/19 17:15:17 alek 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.1
2002-10-29 19:48:57 +00:00
EXTRACT_SUFX= .tgz
CATEGORIES= x11
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_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-19 17:15:16 +00:00
WANTLIB= X11 Xext Xss c
USE_X11= Yes
CONFIGURE_STYLE= imake
2002-10-29 19:48:57 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>