summaryrefslogtreecommitdiffstats
path: root/x11-wm/wampager/files
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-02-26 18:01:37 +0000
committerfjoe <fjoe@FreeBSD.org>2003-02-26 18:01:37 +0000
commit88d6635031a086a214838e6e8caeaec93aac8dbd (patch)
treecdf7869782d254c042ec123d620973ca0c3f3ff3 /x11-wm/wampager/files
parent2339c92cde6f4db00b113912416096e6c1a17ae7 (diff)
downloadFreeBSD-ports-88d6635031a086a214838e6e8caeaec93aac8dbd.zip
FreeBSD-ports-88d6635031a086a214838e6e8caeaec93aac8dbd.tar.gz
New port: wampager -- a mini pager for waimea window manager
PR: 46975
Diffstat (limited to 'x11-wm/wampager/files')
-rw-r--r--x11-wm/wampager/files/patch-Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/wampager/files/patch-Makefile b/x11-wm/wampager/files/patch-Makefile
new file mode 100644
index 0000000..611a551
--- /dev/null
+++ b/x11-wm/wampager/files/patch-Makefile
@@ -0,0 +1,24 @@
+--- Makefile.orig Sat Jan 11 20:20:42 2003
++++ Makefile Sat Jan 11 20:21:36 2003
+@@ -1,17 +1,13 @@
+ CC = gcc
+-INC =
++INC = -I/usr/X11R6/include
+ LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext
+ SRCS = wampager.c
+ OBJS = wampager.o
+-CFLAGS = -Wall
+
+ all: wampager
+
+ clean:
+- rm -f $(OBJS) wampager
++ rm -f ${OBJS} wampager
+
+-wampager : $(SRCS)
+- $(CC) $(CFLAGS) $(SRCS) $(INC) -o wampager $(LIBS)
+-
+-install : all
+- install -c -s wampager /usr/local/bin
++wampager : ${SRCS}
++ ${CC} ${CFLAGS} ${SRCS} ${INC} -o wampager ${LIBS}
OpenPOWER on IntegriCloud