aboutsummaryrefslogtreecommitdiff
path: root/misc/unclutter/Makefile
blob: d99cadba6ce1e4f6e35c6f243f0b158238e351c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: shanee@augusta.de
# $FreeBSD$

PORTNAME=	unclutter
PORTVERSION=	8
PORTREVISION=	3
CATEGORIES=	misc
MASTER_SITES=	XCONTRIB/utilities

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Remove idle cursor image from screen

WRKSRC=		${WRKDIR}/unclutter
USES=		imake tar:Z
USE_XORG=	x11 xext

PLIST_FILES=	bin/unclutter \
		man/man1/unclutter.1.gz

.include <bsd.port.mk>