summaryrefslogtreecommitdiff
path: root/wm/oroborus/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-02-15 07:00:24 +0000
committersalo <salo>2003-02-15 07:00:24 +0000
commit887f5724056e9d94dff6e316249f82ec9fead7c9 (patch)
treec87e59a8e4239d25de7c38bc64826191eafdb3aa /wm/oroborus/Makefile
parent9328dce216da50e6aed7edf7d447f468ebbb27db (diff)
downloadpkgsrc-887f5724056e9d94dff6e316249f82ec9fead7c9.tar.gz
Oroborus is a small and simple window manager for X which has the following
features: o Themeable appearance o Virtual desktops o Full keyboard control o Works with GNOME Oroborus doesn't provide any kind of dock, toolbar, program launcher, background changer or root menu as these functions can be provided by seperate applications.
Diffstat (limited to 'wm/oroborus/Makefile')
-rw-r--r--wm/oroborus/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/wm/oroborus/Makefile b/wm/oroborus/Makefile
new file mode 100644
index 00000000000..65f95ad136e
--- /dev/null
+++ b/wm/oroborus/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/15 07:00:24 salo Exp $
+#
+
+DISTNAME= oroborus_2.0.11-1
+PKGNAME= oroborus-2.0.11
+CATEGORIES= wm
+MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/
+
+MAINTAINER= jrp@hispabsd.org
+HOMEPAGE= http://www.oroborus.org/
+COMMENT= Small and simple window manager for X
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+USE_XPM= YES
+USE_X11= YES
+
+WRKSRC= ${WRKDIR}/oroborus
+
+.include "../../mk/bsd.pkg.mk"