freebsd-ports/misc/unclutter/Makefile

26 lines
489 B
Makefile
Raw Normal View History

1996-08-24 05:44:12 +02:00
# New ports collection makefile for: unclutter
# Date created: 03 Aug 1996
# Whom: shanee@augusta.de
1996-08-24 05:44:12 +02:00
#
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= 2
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
1996-08-24 05:44:12 +02:00
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= unclutter.1
PLIST_FILES= bin/unclutter
1996-08-24 05:44:12 +02:00
.include <bsd.port.mk>