1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/misc/unclutter/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

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>