openbsd-ports/x11/xwit/Makefile

21 lines
339 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:46:19 espie Exp $
COMMENT= X11 window interface tool
DISTNAME= xwit-3.4
REVISION= 1
CATEGORIES= x11
# BSD-like, badly worded
PERMIT_PACKAGE_CDROM= Yes
2009-03-07 10:37:38 -05:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
WANTLIB= X11 Xau Xdmcp Xext c
CONFIGURE_STYLE=imake
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2001-10-25 12:14:51 -04:00
.include <bsd.port.mk>