openbsd-ports/x11/xautolock/Makefile

30 lines
618 B
Makefile
Raw Normal View History

2008-02-01 16:55:23 -05:00
# $OpenBSD: Makefile,v 1.14 2008/02/01 21:55:23 steven 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
2008-02-01 16:55:23 -05:00
PKGNAME= ${DISTNAME}p0
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
2008-02-01 16:55:23 -05:00
WANTLIB= X11 Xau Xdmcp Xext Xss c
USE_X11= Yes
CONFIGURE_STYLE= imake
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>