24 lines
380 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2013/10/11 21:21:01 naddy Exp $
COMMENT= hides idle X11 cursor
DISTNAME= unclutter-8
REVISION= 1
CATEGORIES= x11
2002-10-29 19:48:57 +00:00
2008-02-01 21:47:16 +00:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
EXTRACT_SUFX= .tar.Z
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
2008-02-01 21:47:16 +00:00
WANTLIB= X11 Xau Xdmcp Xext c
2001-07-09 17:10:49 +00:00
WRKDIST= ${WRKDIR}/unclutter
CONFIGURE_STYLE=imake
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-29 19:48:57 +00:00
.include <bsd.port.mk>