resurrect

This commit is contained in:
matthieu 2007-04-27 18:42:18 +00:00
parent ee467d8e45
commit 46d9f2a4d8
3 changed files with 38 additions and 0 deletions

30
x11/wm2/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.6 2007/04/27 18:42:18 matthieu Exp $
COMMENT= "stylish window manager"
DISTNAME= wm2-4
CATEGORIES= x11
HOMEPAGE= http://www.all-day-breakfast.com/wm2/
# X11/MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xau Xdmcp c m stdc++
MASTER_SITES= http://www.all-day-breakfast.com/wm2/
FAKE_FLAGS= PREFIX="${PREFIX}" DESTDIRNAME=${WRKINST}
USE_X11= Yes
NO_REGRESS= Yes
post-patch:
cp ${FILESDIR}/Makefile ${WRKSRC}
cp ${FILESDIR}/wm2.1 ${WRKSRC}
.include <bsd.port.mk>

5
x11/wm2/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
wm2 is a window manager for X. It provides an unusual style of window
decoration and as little functionality as I feel comfortable with in a
window manager. wm2 is not configurable, except by editing the source
and recompiling the code, and is really intended for people who don't
particularly want their window manager to be too friendly.

3
x11/wm2/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.3 2007/04/27 18:42:18 matthieu Exp $
bin/wm2
@man man/cat1/wm2.0