6bb8d0674b
or mandoc provides the more useful output.
24 lines
396 B
Makefile
24 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.24 2015/02/16 22:57:14 naddy Exp $
|
|
|
|
COMMENT= twm, plus support for multiple virtual screens, etc
|
|
|
|
DISTNAME= ctwm-3.6
|
|
REVISION= 1
|
|
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://ctwm.dl.nu/
|
|
|
|
# BSD-like/badly worded
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/dist/
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|