27 lines
498 B
Makefile
Raw Normal View History

2010-10-24 20:58:58 +00: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 15:37:38 +00:00
WANTLIB += X11 Xau Xdmcp Xext c
2002-05-15 18:05:18 +00:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
2010-10-19 08:13:56 +00:00
USE_GROFF = Yes
CONFIGURE_STYLE= imake
2001-10-25 16:14:51 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>