28 lines
494 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2010/07/30 06:58:57 ajacoutot Exp $
COMMENT= twm, plus support for multiple virtual screens, etc
1998-01-23 06:10:07 +00:00
DISTNAME= ctwm-3.6
REVISION= 0
1998-01-23 06:10:07 +00:00
CATEGORIES= x11
2000-12-23 15:19:59 +00:00
HOMEPAGE= http://ctwm.dl.nu/
1998-01-23 06:10:07 +00:00
# BSD-like/badly worded
2000-03-23 20:14:18 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-02-01 21:38:26 +00:00
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c
2000-03-23 20:14:18 +00:00
MASTER_SITES= ${HOMEPAGE}/dist/
2000-12-23 15:19:59 +00:00
2001-07-09 17:10:49 +00:00
USE_X11= Yes
CONFIGURE_STYLE= imake
1998-01-23 06:10:07 +00:00
2002-10-29 19:48:57 +00:00
NO_REGRESS= Yes
1998-01-23 06:10:07 +00:00
.include <bsd.port.mk>