a62cdec7a1
Patch by deraadt@ xwit ("x window interface tool") is a hodge-podge collection of simple routines to call some of those X11 functions that don't already have any utility commands built around them.
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/25 17:03:05 naddy Exp $
|
|
|
|
DISTNAME= xwit-3.4
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.352
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= imake
|
|
|
|
.include <bsd.port.mk>
|