Tweak x11/cinnamon-menus version 2.4.1
[dports.git] / x11 / xautolock / Makefile
1 # Created by: Eric Blood <eblood@cs.unr.edu>
2 # $FreeBSD$
3
4 PORTNAME=       xautolock
5 PORTVERSION=    2.2
6 PORTREVISION=   1
7 CATEGORIES=     x11
8 MASTER_SITES=   SUNSITE/X11/screensavers
9
10 MAINTAINER=     romain@FreeBSD.org
11 COMMENT=        Activate xlock after a user defined time of inactivity
12
13 USES=           tar:tgz imake gmake             # gmake is needed for -jX builds
14 USE_XORG=       x11 xext xscrnsaver
15
16 OPTIONS_DEFINE= XLOCK
17 OPTIONS_DEFAULT=XLOCK
18 XLOCK_DESC=     Force dependency on x11/xlockmore
19
20 XLOCK_RUN_DEPENDS=      xlock:x11/xlockmore
21
22 PLIST_FILES=    bin/xautolock man/man1/xautolock.1.gz
23
24 .include <bsd.port.mk>