diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-23 07:00:24 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-23 07:00:24 +0800 |
commit | 2d7957c7fd207e5a4a83052fc6c60a75cec531d8 (patch) | |
tree | 0adba2204a3ff422f18a9f89960ce4fe07d04bb6 | |
parent | 92941e120f38f58c942b906d4d71c02b3aadab58 (diff) | |
download | freebsd-ports-gnome-2d7957c7fd207e5a4a83052fc6c60a75cec531d8.tar.gz freebsd-ports-gnome-2d7957c7fd207e5a4a83052fc6c60a75cec531d8.tar.zst freebsd-ports-gnome-2d7957c7fd207e5a4a83052fc6c60a75cec531d8.zip |
* 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>
-rw-r--r-- | x11/wmmatrix/Makefile | 5 | ||||
-rw-r--r-- | x11/wmmatrix/files/patch-aa | 16 | ||||
-rw-r--r-- | x11/wmmatrix/pkg-descr | 2 | ||||
-rw-r--r-- | x11/wmmatrix/pkg-plist | 2 |
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 |