Files
ports/misc/unclutter/Makefile
T
Kousuke Kannagi 838dc62770 misc/unclutter: Take maintainership
Add LICENSE and CONFLICTS_INSTALL.

PR:		295408
Approved by:	fluffy (mentor)
2026-05-21 19:31:42 +09:00

23 lines
396 B
Makefile

PORTNAME= unclutter
DISTVERSION= 8
PORTREVISION= 5
CATEGORIES= misc
MASTER_SITES= XCONTRIB/utilities
MAINTAINER= mce@FreeBSD.org
COMMENT= Remove idle cursor image from screen
LICENSE= PD
USES= imake tar:Z xorg
USE_XORG= x11 xext xorgproto
CONFLICTS_INSTALL= unclutter-xfixes
WRKSRC= ${WRKDIR}/unclutter
PLIST_FILES= bin/unclutter \
share/man/man1/unclutter.1.gz
.include <bsd.port.mk>