mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
82f108df30
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.
21 lines
376 B
Makefile
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>
|