27 lines
565 B
Makefile
27 lines
565 B
Makefile
# $OpenBSD: Makefile,v 1.12 2006/11/13 12:51:15 steven Exp $
|
|
|
|
COMMENT= "hacked 9wm, with support for virtual screens"
|
|
|
|
DISTNAME= w9wm-0.4.2
|
|
CATEGORIES= plan9
|
|
|
|
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
|
|
WANTLIB= X11 Xext c
|
|
|
|
MASTER_SITES= http://www.grassouille.org/code/w9wm/src/
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKSRC=${WRKDIR}/${DISTNAME}.orig
|
|
|
|
.include <bsd.port.mk>
|