25 lines
468 B
Makefile
25 lines
468 B
Makefile
# $OpenBSD: Makefile,v 1.8 2004/12/17 15:03:19 alek Exp $
|
|
|
|
COMMENT= "X11 window interface tool"
|
|
|
|
DISTNAME= xwit-3.4
|
|
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
|
|
WANTLIB= X11 Xext c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|