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