summaryrefslogtreecommitdiff
path: root/x11-wm/aewm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-12-17 05:36:32 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-12-17 05:36:32 +0000
commit111afd1b671f534195413901657f1aeddb1c26a7 (patch)
tree46f96875bc4262ef937853b61e130140bc0ff855 /x11-wm/aewm
parentnew port of swm 1.2.1, a window manager for low-memory systems (diff)
new port of aewm 0.9.19, an ICCCM-compliant window manager based on 9wm
Notes
Notes: svn path=/head/; revision=36038
Diffstat (limited to 'x11-wm/aewm')
-rw-r--r--x11-wm/aewm/Makefile42
-rw-r--r--x11-wm/aewm/distinfo1
-rw-r--r--x11-wm/aewm/files/patch-Makefile15
-rw-r--r--x11-wm/aewm/pkg-comment1
-rw-r--r--x11-wm/aewm/pkg-descr9
5 files changed, 68 insertions, 0 deletions
diff --git a/x11-wm/aewm/Makefile b/x11-wm/aewm/Makefile
new file mode 100644
index 000000000000..bd35153d77b2
--- /dev/null
+++ b/x11-wm/aewm/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: aewm
+# Date created: 2000-12-16
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= aewm
+PORTVERSION= 0.9.19
+CATEGORIES= x11-wm
+MASTER_SITES= http://www.red-bean.com/~decklin/aewm/
+
+MAINTAINER= trevor@FreeBSD.org
+
+BINS= aewm
+DOCDIR= share/doc/${PORTNAME}
+DOCS= Changelog README TODO
+MAN1= aewm.1
+PLIST= ${WRKDIR}/pkg-plist
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+
+pre-install:
+ ${ECHO} bin/aewm > ${PLIST}
+.if !defined(NOPORTDOCS)
+ for i in ${DOCS}; \
+ do ${ECHO} ${DOCDIR}/$${i} >> ${PLIST}; \
+ done
+ ${ECHO} @dirrm ${DOCDIR} >> ${PLIST}
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/aewm ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/aewm.1x ${PREFIX}/man/man1/aewm.1
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/${DOCDIR}
+ for i in ${DOCS}; \
+ do ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR}; \
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11-wm/aewm/distinfo b/x11-wm/aewm/distinfo
new file mode 100644
index 000000000000..4b35b710b7f2
--- /dev/null
+++ b/x11-wm/aewm/distinfo
@@ -0,0 +1 @@
+MD5 (aewm-0.9.19.tar.gz) = 071dc4f8e2d2d17787ed8dfd6047b11e
diff --git a/x11-wm/aewm/files/patch-Makefile b/x11-wm/aewm/files/patch-Makefile
new file mode 100644
index 000000000000..eb9ba3af0366
--- /dev/null
+++ b/x11-wm/aewm/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig Mon Nov 6 17:30:23 2000
++++ Makefile Sat Dec 16 20:53:51 2000
+@@ -2,10 +2,9 @@
+ # Copyright (c) 1998-2000 Decklin Foster <decklin@red-bean.com>
+ # Free software! Please see README for details and license. --
+
+-CC = gcc
+-CFLAGS = -g -O2 -Wall
++CC ?= gcc
+
+-XROOT = $(DESTDIR)/usr/X11R6
++XROOT = $(X11BASE)
+ INCLUDES = -I$(XROOT)/include
+ LDPATH = -L$(XROOT)/lib
+ LIBS = -lXext -lX11
diff --git a/x11-wm/aewm/pkg-comment b/x11-wm/aewm/pkg-comment
new file mode 100644
index 000000000000..4b11536eb6ae
--- /dev/null
+++ b/x11-wm/aewm/pkg-comment
@@ -0,0 +1 @@
+ICCCM-compliant window manager based on 9wm
diff --git a/x11-wm/aewm/pkg-descr b/x11-wm/aewm/pkg-descr
new file mode 100644
index 000000000000..50074755dd91
--- /dev/null
+++ b/x11-wm/aewm/pkg-descr
@@ -0,0 +1,9 @@
+This is a minimalist window manager which implements the ICCCM.
+It provides titlebars, and allows raising, lowering, resizing, and
+hiding (but not un-hiding) windows. Placement of new windows
+depends on the position of the pointer. It is partly based on 9wm.
+
+WWW: http://www.red-bean.com/~decklin/aewm/
+
+Trevor Johnson
+trevor@FreeBSD.org