1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/misc/unclutter/Makefile
Niclas Zeising 82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00

21 lines
376 B
Makefile

# Created by: shanee@augusta.de
# $FreeBSD$
PORTNAME= unclutter
PORTVERSION= 8
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= XCONTRIB/utilities
MAINTAINER= ports@FreeBSD.org
COMMENT= Remove idle cursor image from screen
WRKSRC= ${WRKDIR}/unclutter
USES= imake tar:Z xorg
USE_XORG= x11 xext
PLIST_FILES= bin/unclutter \
man/man1/unclutter.1.gz
.include <bsd.port.mk>