Submitted by Maxime Guillaud <bsd-ports@mguillaud.net>. Oroborus is a really minimalistic X11 window manager. It provides good default key bindings, full keyboard controls (in addition to the mouse!), is xpm-themable, GNOME compatible, NET_WM compatible, and sort of KDE compatible.
26 lines
582 B
Makefile
26 lines
582 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/10/18 15:54:56 naddy Exp $
|
|
|
|
COMMENT= "minimalistic X11 window manager"
|
|
|
|
CATEGORIES= x11
|
|
DISTNAME= oroborus-2.0.12
|
|
DISTFILES= oroborus_2.0.12-1.tar.gz
|
|
MASTER_SITES= http://www.mguillaud.net/ports/oroborus/ \
|
|
http://matt.peterson.org/FreeBSD/ports/
|
|
HOMEPAGE= http://www.oroborus.org/
|
|
|
|
MAINTAINER= Maxime Guillaud <bsd-ports@mguillaud.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
SEPARATE_BUILD= simple
|
|
|
|
.include <bsd.port.mk>
|