openbsd-ports/x11/unclutter/Makefile
naddy 4fc780ce95 Import of unclutter-8.
Submitted by Brian J. Kifiak <bk@rt.fm>.

Small program to remove idle cursor image from screen.
2001-05-18 12:43:28 +00:00

23 lines
468 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/05/18 12:43:28 naddy Exp $
COMMENT= "hides idle X11 cursor"
DISTNAME= unclutter-8
CATEGORIES= x11
NEED_VERSION= 1.402
MAINTAINER= Brian J. Kifiak <bk@rt.fm>
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
EXTRACT_SUFX= .tar.Z
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKSRC= ${WRKDIR}/unclutter
CONFIGURE_STYLE=imake
.include <bsd.port.mk>