mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
636287c888
With hat: portmgr
23 lines
421 B
Makefile
23 lines
421 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
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Remove idle cursor image from screen
|
|
|
|
WRKSRC= ${WRKDIR}/unclutter
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/unclutter \
|
|
man/man1/unclutter.1.gz
|
|
|
|
.include <bsd.port.mk>
|