aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/9menu/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-14 04:08:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-14 04:08:02 +0000
commit4a6b440781fce7e5e00b01f8e3b0026aef5b3705 (patch)
treeec76581865429a55b97c41e17913a7edc69067f0 /x11-wm/9menu/files
parentae8f5d05912d85bd9859a2d59ee74204ba4a85d1 (diff)
downloadports-4a6b440781fce7e5e00b01f8e3b0026aef5b3705.tar.gz
ports-4a6b440781fce7e5e00b01f8e3b0026aef5b3705.zip
Notes
Diffstat (limited to 'x11-wm/9menu/files')
-rw-r--r--x11-wm/9menu/files/patch-aa31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-wm/9menu/files/patch-aa b/x11-wm/9menu/files/patch-aa
new file mode 100644
index 000000000000..375c3ac91895
--- /dev/null
+++ b/x11-wm/9menu/files/patch-aa
@@ -0,0 +1,31 @@
+*** Makefile.orig Fri Aug 11 15:55:35 1995
+--- Makefile Fri Aug 11 16:03:26 1995
+***************
+*** 6,13 ****
+ # arnold@skeeve.atl.ga.us
+
+ CC = gcc
+! CFLAGS = -g -O
+! LIBS = -lX11
+
+ 9menu: 9menu.c
+ $(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu
+--- 6,23 ----
+ # arnold@skeeve.atl.ga.us
+
+ CC = gcc
+! CFLAGS = -O -I/usr/X11R6/include
+! LIBS = -L/usr/X11R6/lib -lX11
+!
+!
+! all: 9menu
+
+ 9menu: 9menu.c
+ $(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu
++
++ install:
++ $(INSTALL) -c 9menu $(PREFIX)/bin
++ $(INSTALL) -c 9menu.1 $(PREFIX)/man/man1
++ strip $(PREFIX)/bin/9menu
++ gzip -9nf $(PREFIX)/man/man1/9menu.1
++