2010-10-24 20:58:58 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2010/10/24 21:15:37 ajacoutot Exp $
|
2001-04-14 02:07:17 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= X11 window interface tool
|
2001-01-25 17:03:05 +00:00
|
|
|
|
|
|
|
DISTNAME= xwit-3.4
|
2010-07-30 06:58:57 +00:00
|
|
|
REVISION= 0
|
2001-01-25 17:03:05 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
2003-10-08 17:13:14 +00:00
|
|
|
# BSD-like, badly worded
|
2001-01-25 17:03:05 +00:00
|
|
|
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
|
2001-01-25 17:03:05 +00:00
|
|
|
|
2002-05-15 18:05:18 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
|
2001-01-25 17:03:05 +00:00
|
|
|
|
2010-10-19 08:13:56 +00:00
|
|
|
USE_GROFF = Yes
|
2001-01-25 17:03:05 +00:00
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
|
2001-10-25 16:14:51 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-01-25 17:03:05 +00:00
|
|
|
.include <bsd.port.mk>
|