summaryrefslogtreecommitdiffstats
path: root/sysutils/wmtop/files
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-05-07 21:06:13 +0000
committerjedgar <jedgar@FreeBSD.org>2000-05-07 21:06:13 +0000
commitd7124ab85eb2b3993849cf3d489a259a2851c3bd (patch)
treeab5c8ad49b4843dd04b09ec3b5fa9102c88e9c57 /sysutils/wmtop/files
parentdc48633d5d08b8eaf3c5359979a17cbaa0851cf3 (diff)
downloadFreeBSD-ports-d7124ab85eb2b3993849cf3d489a259a2851c3bd.zip
FreeBSD-ports-d7124ab85eb2b3993849cf3d489a259a2851c3bd.tar.gz
New port: wmtop, a windowmaker dock app to display top 3 CPU consuming
processes PR: 18299 Submitted by: Dan Piponi <wmtop@tanelorn.demon.co.uk>
Diffstat (limited to 'sysutils/wmtop/files')
-rw-r--r--sysutils/wmtop/files/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/wmtop/files/patch-aa b/sysutils/wmtop/files/patch-aa
new file mode 100644
index 0000000..cd70faf7
--- /dev/null
+++ b/sysutils/wmtop/files/patch-aa
@@ -0,0 +1,21 @@
+--- Makefile.orig Sat Apr 29 17:49:07 2000
++++ Makefile Sun May 7 17:04:17 2000
+@@ -1,12 +1,12 @@
+ DEBUG = -DPARANOID
+-LIBDIR = -L/usr/X11R6/lib
++LIBDIR = -L$(PREFIX)/lib
+ LIBS = -lXpm -lXext -lX11
+-INCS = -I/usr/X11R6/share/include -I/usr/X11R6/include
++INCS = -I$(PREFIX)/include
+ OBJS = wmtop.o wmgeneral/wmgeneral.o wmgeneral/misc.o wmgeneral/list.o
+-OPTS = -O3 -g -Wall
+-FLAGS = $(DEBUG) $(OPTS) -D$(OS)
+-MAKE = make
+-CC = cc
++OPTS = -g -Wall
++FLAGS = $(DEBUG) $(OPTS) -D$(OS) $(CFLAGS)
++MAKE ?= make
++CC ?= cc
+ PREFIX ?= /usr/local
+
+ default:
OpenPOWER on IntegriCloud