diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-05 20:43:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-05 20:43:07 +0000 |
commit | eb5518047f242ee5f17b407bb244c4a4951aaf0a (patch) | |
tree | 8682f41057f0156a3f43f85ee2b7f6b075aea9c8 /x11/docker/files/patch-Makefile | |
parent | * Upgrade to 2.23. (diff) |
Add docker.
Docker is a WindowMaker dockapp that houses GNOME2 and KDE
tray icons. The cool thing about docker is that, as a dockapp,
it can be used by GNOME2 and KDE also, allowing you to have tray
icons without needing the whole GNOME2 or KDE panel.
Submitted by: Samy <samy@kerneled.com>
Notes
Notes:
svn path=/head/; revision=82328
Diffstat (limited to 'x11/docker/files/patch-Makefile')
-rw-r--r-- | x11/docker/files/patch-Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/docker/files/patch-Makefile b/x11/docker/files/patch-Makefile new file mode 100644 index 000000000000..ab9406fa051e --- /dev/null +++ b/x11/docker/files/patch-Makefile @@ -0,0 +1,19 @@ +--- Makefile.orig Wed Nov 20 02:20:49 2002 ++++ Makefile Thu Jun 5 13:30:53 2003 +@@ -4,13 +4,12 @@ + # # + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# + +-# Change this PREFIX to where you want docker to be installed +-PREFIX=/usr/local + # Change this XLIBPATH to point to your X11 development package's installation +-XLIBPATH=/usr/X11R6/lib ++XLIBPATH=${PREFIX}/lib ++XINC=${PREFIX}/include + + # Sets some flags for stricter compiling +-CFLAGS=-pedantic -Wall -W -O ++CFLAGS=-Wall -W -I${XINC} + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# + # # |