mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
0d78a6b671
now I only need to finish modules!
20 lines
274 B
Makefile
20 lines
274 B
Makefile
COMMENT= X11 window interface tool
|
|
|
|
DISTNAME= xwit-3.4
|
|
REVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
# BSD-like, badly worded
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${SITE_XCONTRIB:=utilities/}
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
USE_GROFF= Yes
|
|
CONFIGURE_STYLE=imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|