diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-09 18:31:27 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-09 18:31:27 +0000 |
commit | 975f5a1beb41195fe0ca3208ee7cf5ac09aa84b4 (patch) | |
tree | 303109471a7db90a36301705cdffe6fa1685cebb /x11/wmbutton/files | |
parent | a574054750b0a85efa4bbbd84da03bad35e406d5 (diff) | |
download | ports-975f5a1beb41195fe0ca3208ee7cf5ac09aa84b4.tar.gz ports-975f5a1beb41195fe0ca3208ee7cf5ac09aa84b4.zip |
Update to 0.6.1
PR: ports/85882
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=142309
Diffstat (limited to 'x11/wmbutton/files')
-rw-r--r-- | x11/wmbutton/files/patch-aa | 22 | ||||
-rw-r--r-- | x11/wmbutton/files/pkg-message.in | 4 |
2 files changed, 4 insertions, 22 deletions
diff --git a/x11/wmbutton/files/patch-aa b/x11/wmbutton/files/patch-aa deleted file mode 100644 index 9d5886bf304f..000000000000 --- a/x11/wmbutton/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Sat Apr 10 16:49:04 1999 -+++ Makefile Sat Apr 10 16:51:43 1999 -@@ -1,15 +1,15 @@ --INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 --LIBINC =-L/usr/X11R6/lib -L/usr/include/lib -+INCLUDES =-I${X11BASE}/include/X11 -I${LOCALBASE}/include -I/${X11BASE}/include -+LIBINC =-L${X11BASE}/lib -L${LOCALBASE}/lib - LIBS = -lX11 -lXpm -lXext - - TARGET = wmbutton - OBJECTS = wmbutton.o readln.o - - .c.o: -- gcc -O2 -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o -+ ${CC} ${CFLAGS} -c -Wall ${INCLUDES} ${CFLAGS} $< -o $*.o - - ${TARGET}: ${OBJECTS} -- gcc -O2 -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} -+ ${CC} ${CFLAGS} -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} - - clean:: - for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done diff --git a/x11/wmbutton/files/pkg-message.in b/x11/wmbutton/files/pkg-message.in new file mode 100644 index 000000000000..12b281e9c352 --- /dev/null +++ b/x11/wmbutton/files/pkg-message.in @@ -0,0 +1,4 @@ +******************************************************************************* +Installing .wmbutton as %%PREFIX%%/share/examples/wmbutton/dot.wmbutton +Modify if you wish and copy to ~/.wmbutton +******************************************************************************* |