openbsd-ports/plan9/w9wm/Makefile

27 lines
552 B
Makefile
Raw Normal View History

2004-12-20 08:45:21 -05:00
# $OpenBSD: Makefile,v 1.11 2004/12/20 13:45:22 alek Exp $
COMMENT= "hacked 9wm, with support for virtual screens"
DISTNAME= w9wm-0.4.2
CATEGORIES= plan9
2002-10-27 21:13:21 -05:00
HOMEPAGE= http://www.grassouille.org/code/w9wm.en.html
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-20 08:45:21 -05:00
WANTLIB= X11 Xext c
MASTER_SITES= http://www.grassouille.org/code/w9wm/src/
2001-06-04 19:27:48 -04:00
CONFIGURE_STYLE= imake
2002-10-27 21:13:21 -05:00
NO_REGRESS= Yes
WRKSRC=${WRKDIR}/${DISTNAME}.orig
.include <bsd.port.mk>