Import evilwm 0.99.4.
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>. evilwm is a minimalist window manager for the X Window System.
This commit is contained in:
parent
d77f6c3d10
commit
bf627c9ceb
32
x11/evilwm/Makefile
Normal file
32
x11/evilwm/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/07/15 20:57:38 naddy Exp $
|
||||
|
||||
COMMENT= "minimalist window manager for the X Window System"
|
||||
|
||||
DISTNAME= evilwm-0.99.4
|
||||
CATEGORIES= x11
|
||||
HOMEPAGE= http://evilwm.sourceforge.net/
|
||||
|
||||
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
||||
|
||||
# 9wm license
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=evilwm/}
|
||||
DISTFILES= evilwm_0.99.4-1.tar.gz
|
||||
|
||||
USE_X11= Yes
|
||||
ALL_TARGET= allinone
|
||||
MAKE_FLAGS= XROOT='${X11BASE}' CC='${CC}'
|
||||
FAKE_FLAGS= prefix='${WRKINST}${PREFIX}'
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/evilwm
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.multihead ${DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/evilwm/distinfo
Normal file
3
x11/evilwm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (evilwm_0.99.4-1.tar.gz) = a0b12f67ed744a5b73fcde842d4e6cab
|
||||
RMD160 (evilwm_0.99.4-1.tar.gz) = 3a9018768b703e81d6bf7694b780afaca8c9a699
|
||||
SHA1 (evilwm_0.99.4-1.tar.gz) = c127c4e19b98e4302073c35555c2f88ee2dad88c
|
12
x11/evilwm/patches/patch-Makefile
Normal file
12
x11/evilwm/patches/patch-Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2002/07/15 20:57:38 naddy Exp $
|
||||
--- Makefile.orig Thu Feb 28 10:46:09 2002
|
||||
+++ Makefile Mon Jul 15 22:46:03 2002
|
||||
@@ -33,7 +33,7 @@ LIBS += -lXext
|
||||
#DEFINES += -DDEBUG # miscellaneous debugging
|
||||
#DEFINES += -DXDEBUG # show some X calls
|
||||
|
||||
-CFLAGS = $(INCLUDES) -DVERSION=\"$(version).$(revision).$(subrev)\" -Os -Wall $(DEBIAN)
|
||||
+CFLAGS += $(INCLUDES) -DVERSION=\"$(version).$(revision).$(subrev)\" $(DEBIAN)
|
||||
LDFLAGS = $(LDPATH) $(LIBS)
|
||||
|
||||
HEADERS = evilwm.h
|
11
x11/evilwm/pkg/DESCR
Normal file
11
x11/evilwm/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
evilwm is a minimalist window manager for the X Window System.
|
||||
|
||||
Features:
|
||||
* No window decorations apart from a simple 1 pixel border.
|
||||
* No icons.
|
||||
* Good keyboard control, including repositioning and maximise toggles.
|
||||
* Solid window drags.
|
||||
* Virtual desktops.
|
||||
* Small binary size.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
6
x11/evilwm/pkg/PLIST
Normal file
6
x11/evilwm/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/07/15 20:57:38 naddy Exp $
|
||||
bin/evilwm
|
||||
man/man1/evilwm.1
|
||||
share/doc/evilwm/README
|
||||
share/doc/evilwm/README.multihead
|
||||
@dirrm share/doc/evilwm
|
Loading…
x
Reference in New Issue
Block a user