mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# Created by: shanee@augusta.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unclutter
|
|
PORTVERSION= 8
|
|
PORTREVISION= 3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= 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>
|