openbsd-ports/x11/xautolock/Makefile

28 lines
583 B
Makefile
Raw Normal View History

2004-12-19 12:15:16 -05:00
# $OpenBSD: Makefile,v 1.12 2004/12/19 17:15:17 alek Exp $
2002-10-29 14:48:57 -05:00
COMMENT= "fire up programs in case of user inactivity under X"
2001-01-05 11:35:58 -05:00
DISTNAME= xautolock-2.1
2002-10-29 14:48:57 -05:00
EXTRACT_SUFX= .tgz
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
2002-05-15 14:05:18 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/screensavers/}
2001-01-05 11:35:58 -05:00
HOMEPAGE= http://freshmeat.net/projects/xautolock/
2001-01-05 11:35:58 -05:00
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
1998-12-16 17:49:41 -05:00
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-19 12:15:16 -05:00
WANTLIB= X11 Xext Xss c
USE_X11= Yes
CONFIGURE_STYLE= imake
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>