summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-11-03 01:33:52 +0000
committerJim Mock <jim@FreeBSD.org>1999-11-03 01:33:52 +0000
commitb0b43ea99cbd4a3ac4242b74d6f644e1a003fec5 (patch)
tree3f20ff90b38649b695a1e84a6aad33e4ef0e8245
parentActivate wmfire (diff)
Import of wmmatrix.
wmmatrix is a dock app that runs a slightly modified version of Jamie Zawinski's xmatrix screenhack. PR: 14312 Submitted by: Brian Handy <handy@physics.montana.edu>
Notes
Notes: svn path=/head/; revision=22877
-rw-r--r--x11/wmmatrix/Makefile21
-rw-r--r--x11/wmmatrix/distinfo1
-rw-r--r--x11/wmmatrix/files/patch-aa14
-rw-r--r--x11/wmmatrix/pkg-comment1
-rw-r--r--x11/wmmatrix/pkg-descr5
-rw-r--r--x11/wmmatrix/pkg-plist1
6 files changed, 43 insertions, 0 deletions
diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile
new file mode 100644
index 000000000000..ea716c1bc53d
--- /dev/null
+++ b/x11/wmmatrix/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: wmMatrix
+# Version required: 0.2
+# Date created: 13 October 1999
+# Whom: Brian Handy <handy@physics.montana.edu>
+#
+# $FreeBSD$
+
+DISTNAME= wmMatrix-0.2
+PKGNAME= wmmatrix-0.2
+CATEGORIES= x11 windowmaker
+MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+ALL_TARGET= clean all
+
+.include <bsd.port.mk>
diff --git a/x11/wmmatrix/distinfo b/x11/wmmatrix/distinfo
new file mode 100644
index 000000000000..b7e320c2b52f
--- /dev/null
+++ b/x11/wmmatrix/distinfo
@@ -0,0 +1 @@
+MD5 (wmMatrix-0.2.tar.gz) = 4e9f0c94e78ad65ea9a564fba5f7a187
diff --git a/x11/wmmatrix/files/patch-aa b/x11/wmmatrix/files/patch-aa
new file mode 100644
index 000000000000..9844ea7e8313
--- /dev/null
+++ b/x11/wmmatrix/files/patch-aa
@@ -0,0 +1,14 @@
+--- Makefile.orig Mon Aug 16 10:01:58 1999
++++ Makefile Wed Oct 13 17:20:45 1999
+@@ -1,7 +1,8 @@
+-CC = gcc
+-CFLAGS = -O2 -Wall
++CC ?= gcc
++CFLAGS ?= -O2 -Wall
++CFLAGS += -Wall
+ INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
+-DESTDIR= /usr/X11R6
++DESTDIR= ${PREFIX}
+ LIBDIR = -L/usr/X11R6/lib
+
+ # for Linux
diff --git a/x11/wmmatrix/pkg-comment b/x11/wmmatrix/pkg-comment
new file mode 100644
index 000000000000..94770a4ff541
--- /dev/null
+++ b/x11/wmmatrix/pkg-comment
@@ -0,0 +1 @@
+A DockApp that runs a version of the xmatrix screenhack
diff --git a/x11/wmmatrix/pkg-descr b/x11/wmmatrix/pkg-descr
new file mode 100644
index 000000000000..b30d4be17864
--- /dev/null
+++ b/x11/wmmatrix/pkg-descr
@@ -0,0 +1,5 @@
+A DockApp that runs a slightly modified version of Jamie Zawinski's
+xmatrix screenhack.
+
+Author:
+Mike Henderson <mghenderson@lanl.gov>
diff --git a/x11/wmmatrix/pkg-plist b/x11/wmmatrix/pkg-plist
new file mode 100644
index 000000000000..410a651a58ec
--- /dev/null
+++ b/x11/wmmatrix/pkg-plist
@@ -0,0 +1 @@
+bin/wmMatrix