Tweak misc/lesspipe version 1.55
[dports.git] / misc / unclutter / Makefile
1 # Created by: shanee@augusta.de
2 # $FreeBSD$
3
4 PORTNAME=       unclutter
5 PORTVERSION=    8
6 PORTREVISION=   3
7 CATEGORIES=     misc
8 MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
9 MASTER_SITE_SUBDIR=     utilities
10 EXTRACT_SUFX=   .tar.Z
11
12 MAINTAINER=     simon@olofsson.de
13 COMMENT=        Remove idle cursor image from screen
14
15 WRKSRC=         ${WRKDIR}/unclutter
16 USES=           imake
17 USE_XORG=       x11 xext
18
19 PLIST_FILES=    bin/unclutter \
20                 man/man1/unclutter.1.gz
21
22 .include <bsd.port.mk>