summaryrefslogtreecommitdiff
path: root/x11/wmappl/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-08 05:20:55 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-08 05:20:55 +0000
commitc24876afe207814915be00a8a42f0181bbbcf3ca (patch)
tree4855a502702ecf8a92ec384ff7da7d44ebd332f3 /x11/wmappl/files
parentUpdate to 1.4.1 (diff)
Add new port x11/wmappl - An application launcher dockapp similar to
wmbutton PR: 35513 Submitted by: oleg dashevskii <od@iclub.nsu.ru>
Notes
Notes: svn path=/head/; revision=55706
Diffstat (limited to 'x11/wmappl/files')
-rw-r--r--x11/wmappl/files/patch-Makefile33
-rw-r--r--x11/wmappl/files/patch-args.h10
2 files changed, 43 insertions, 0 deletions
diff --git a/x11/wmappl/files/patch-Makefile b/x11/wmappl/files/patch-Makefile
new file mode 100644
index 000000000000..df195e311626
--- /dev/null
+++ b/x11/wmappl/files/patch-Makefile
@@ -0,0 +1,33 @@
+--- Makefile.orig Thu Nov 2 05:04:42 2000
++++ Makefile Thu Mar 7 23:29:30 2002
+@@ -11,15 +11,14 @@
+ VERSION = 0.6
+
+ # compilation and installation variables
+-CC = gcc
+-CFLAGS = -O2 -pedantic -Wall
+-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
+-LIBDIR = -L/usr/X11R6/lib
+-DESTDIR = /usr/X11R6/bin
+-ICONDIR = /usr/share/icons/wmappl
++CFLAGS += -DICONPATH=\"${DATADIR}\"
++INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include -I${LOCALBASE}/include
++LIBDIR = -L${X11BASE}/lib -L${LOCALBASE}/lib
++DESTDIR = ${X11BASE}/bin
++ICONDIR = ${DATADIR}
+
+ # for linux
+-LIBS = -lXpm -lX11 -lXext
++LIBS = -lXpm -lX11 -lXext -lgnugetopt
+ # for Solaris
+ # LIBS = -lXpm -lX11 -lXext -lsocket
+
+@@ -29,7 +28,7 @@
+ all: $(TARGET)
+
+ $(TARGET): $(OBJS)
+- $(CC) $(CFLAGS) -o $(TARGET) $^ $(INCDIR) $(LIBDIR) $(LIBS)
++ $(CC) $(CFLAGS) -o $(TARGET) $(OBJS) $(INCDIR) $(LIBDIR) $(LIBS)
+
+ clean:
+ for i in $(OBJS) ; do \
diff --git a/x11/wmappl/files/patch-args.h b/x11/wmappl/files/patch-args.h
new file mode 100644
index 000000000000..8269e4add506
--- /dev/null
+++ b/x11/wmappl/files/patch-args.h
@@ -0,0 +1,10 @@
+--- args.h.orig Thu Nov 2 04:52:00 2000
++++ args.h Thu Mar 7 23:59:51 2002
+@@ -29,7 +29,6 @@
+
+ /* defaults macros */
+ #define WMAPPLRC ".wmapplrc"
+-#define ICONPATH "/usr/share/icons/wmappl:/usr/share/pixmaps/mini"
+
+
+ /* MACRO defining the path separator */