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 | |
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')
-rw-r--r-- | x11/docker/Makefile | 24 | ||||
-rw-r--r-- | x11/docker/distinfo | 1 | ||||
-rw-r--r-- | x11/docker/files/patch-Makefile | 19 | ||||
-rw-r--r-- | x11/docker/pkg-descr | 9 | ||||
-rw-r--r-- | x11/docker/pkg-plist | 1 |
5 files changed, 54 insertions, 0 deletions
diff --git a/x11/docker/Makefile b/x11/docker/Makefile new file mode 100644 index 000000000000..bb8b5b119dc7 --- /dev/null +++ b/x11/docker/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: docker +# Date created: March 15, 2003 +# Whom: Samy <samy@kerneled.com> +# +# $FreeBSD$ +# + +PORTNAME= docker +PORTVERSION= 1.5 +CATEGORIES= x11 +MASTER_SITES= http://www.kerneled.com/projects/docker/ \ + http://icculus.org/openbox/docker/ + +MAINTAINER= samy@kerneled.com +COMMENT= A dockapp with support for GNOME2 and KDE3 tray icons + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= glib20 + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11/docker/distinfo b/x11/docker/distinfo new file mode 100644 index 000000000000..8387ec62a7d5 --- /dev/null +++ b/x11/docker/distinfo @@ -0,0 +1 @@ +MD5 (docker-1.5.tar.gz) = 349320bebd43babb8b43e11c7aae0293 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} + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# + # # diff --git a/x11/docker/pkg-descr b/x11/docker/pkg-descr new file mode 100644 index 000000000000..2d7f73c53477 --- /dev/null +++ b/x11/docker/pkg-descr @@ -0,0 +1,9 @@ +Docker is a docking application (WindowMaker dock app) +which acts as a system tray for KDE3 and GNOME2. It can +be used to replace the panel in either environment, +allowing you to have a system tray without running the +KDE/GNOME panel. + +WWW: http://icculus.org/openbox/docker/ + +- Samy <samy@kerneled.com> diff --git a/x11/docker/pkg-plist b/x11/docker/pkg-plist new file mode 100644 index 000000000000..0cd79764254c --- /dev/null +++ b/x11/docker/pkg-plist @@ -0,0 +1 @@ +bin/docker |