30 lines
618 B
Makefile
Raw Normal View History

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