summaryrefslogtreecommitdiff
path: root/x11/wmmatrix
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>1999-12-22 23:00:24 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>1999-12-22 23:00:24 +0000
commite938ce249a610187e2e446099d9a663072380013 (patch)
treee78d643736d0e0d93dbdd251775f2180842e1c65 /x11/wmmatrix
parentUpdate to 1.1: (diff)
* Update to version 0.2
* Changed file name to use lower case only * Modified patches/to support X11BASE properly * Added WWW: line into pkg/DESCR PR: 15538 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23848
Diffstat (limited to 'x11/wmmatrix')
-rw-r--r--x11/wmmatrix/Makefile5
-rw-r--r--x11/wmmatrix/files/patch-aa16
-rw-r--r--x11/wmmatrix/pkg-descr2
-rw-r--r--x11/wmmatrix/pkg-plist2
4 files changed, 16 insertions, 9 deletions
diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile
index ea716c1bc53d..51362618b6aa 100644
--- a/x11/wmmatrix/Makefile
+++ b/x11/wmmatrix/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: wmMatrix
-# Version required: 0.2
+# Version required: 0.2
# Date created: 13 October 1999
# Whom: Brian Handy <handy@physics.montana.edu>
#
@@ -18,4 +18,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
ALL_TARGET= clean all
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix
+
.include <bsd.port.mk>
diff --git a/x11/wmmatrix/files/patch-aa b/x11/wmmatrix/files/patch-aa
index 9844ea7e8313..8a0f151d0d80 100644
--- a/x11/wmmatrix/files/patch-aa
+++ b/x11/wmmatrix/files/patch-aa
@@ -1,14 +1,16 @@
---- Makefile.orig Mon Aug 16 10:01:58 1999
-+++ Makefile Wed Oct 13 17:20:45 1999
-@@ -1,7 +1,8 @@
+--- Makefile.orig Tue Aug 17 01:01:58 1999
++++ Makefile Sat Dec 18 00:11:18 1999
+@@ -1,8 +1,8 @@
-CC = gcc
-CFLAGS = -O2 -Wall
+-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
+-DESTDIR= /usr/X11R6
+-LIBDIR = -L/usr/X11R6/lib
+CC ?= gcc
+CFLAGS ?= -O2 -Wall
-+CFLAGS += -Wall
- INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
--DESTDIR= /usr/X11R6
++INCDIR = -I${X11BASE}/include
+DESTDIR= ${PREFIX}
- LIBDIR = -L/usr/X11R6/lib
++LIBDIR = -L${X11BASE}/lib
# for Linux
+ LIBS = -lXpm -lX11 -lXext
diff --git a/x11/wmmatrix/pkg-descr b/x11/wmmatrix/pkg-descr
index b30d4be17864..290755c8481e 100644
--- a/x11/wmmatrix/pkg-descr
+++ b/x11/wmmatrix/pkg-descr
@@ -3,3 +3,5 @@ xmatrix screenhack.
Author:
Mike Henderson <mghenderson@lanl.gov>
+
+WWW: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
diff --git a/x11/wmmatrix/pkg-plist b/x11/wmmatrix/pkg-plist
index 410a651a58ec..e0085485fe3e 100644
--- a/x11/wmmatrix/pkg-plist
+++ b/x11/wmmatrix/pkg-plist
@@ -1 +1 @@
-bin/wmMatrix
+bin/wmmatrix