openbsd-ports/x11/xwit/Makefile

27 lines
498 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.13 2010/10/24 21:15:37 ajacoutot Exp $
COMMENT= X11 window interface tool
DISTNAME= xwit-3.4
REVISION= 0
CATEGORIES= x11
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD-like, badly worded
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-07 10:37:38 -05:00
WANTLIB += X11 Xau Xdmcp Xext c
2002-05-15 14:05:18 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= imake
2001-10-25 12:14:51 -04:00
NO_REGRESS= Yes
.include <bsd.port.mk>