openbsd-ports/x11/unclutter/Makefile

29 lines
490 B
Makefile
Raw Normal View History

2010-10-19 04:13:56 -04:00
# $OpenBSD: Makefile,v 1.12 2010/10/19 08:13:59 espie Exp $
COMMENT= hides idle X11 cursor
DISTNAME= unclutter-8
REVISION= 0
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
2008-02-01 16:47:16 -05:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
EXTRACT_SUFX= .tar.Z
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-02-01 16:47:16 -05:00
WANTLIB= X11 Xau Xdmcp Xext c
2001-07-09 13:10:49 -04:00
USE_X11= Yes
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2001-07-09 13:10:49 -04:00
WRKDIST= ${WRKDIR}/unclutter
CONFIGURE_STYLE=imake
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>