28 lines
584 B
Makefile
28 lines
584 B
Makefile
# $OpenBSD: Makefile,v 1.13 2007/09/15 20:04:26 merdely Exp $
|
|
|
|
COMMENT= fire up programs in case of user inactivity under X
|
|
|
|
DISTNAME= xautolock-2.1
|
|
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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xext Xss c
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|