1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/misc/unclutter/Makefile
Baptiste Daroussin 668d0b6e22 Convert to USES=imake
Trim headers
Remove indefinite article
2013-06-28 22:10:14 +00:00

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>