mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
668d0b6e22
Trim headers Remove indefinite article
22 lines
411 B
Makefile
22 lines
411 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= simon@olofsson.de
|
|
COMMENT= Remove idle cursor image from screen
|
|
|
|
WRKSRC= ${WRKDIR}/unclutter
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
MAN1= unclutter.1
|
|
PLIST_FILES= bin/unclutter
|
|
|
|
.include <bsd.port.mk>
|