freebsd-ports/misc/unclutter/Makefile

23 lines
421 B
Makefile
Raw Normal View History

# Created by: shanee@augusta.de
1999-08-25 09:23:21 +02:00
# $FreeBSD$
1996-08-24 05:44:12 +02:00
2000-04-14 10:49:30 +02:00
PORTNAME= unclutter
PORTVERSION= 8
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
EXTRACT_SUFX= .tar.Z
1996-08-24 05:44:12 +02:00
MAINTAINER= simon@olofsson.de
2003-02-21 13:51:06 +01:00
COMMENT= Remove idle cursor image from screen
1996-08-24 05:44:12 +02:00
WRKSRC= ${WRKDIR}/unclutter
USES= imake
USE_XORG= x11 xext
1996-08-24 05:44:12 +02:00
2014-02-12 06:55:35 +01:00
PLIST_FILES= bin/unclutter \
man/man1/unclutter.1.gz
1996-08-24 05:44:12 +02:00
.include <bsd.port.mk>