diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2015-07-06 15:16:25 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2015-07-06 15:16:25 +0000 |
commit | dd5c9a9c59935bff0aff7c5948c4b77e5799d403 (patch) | |
tree | 8848e60078883d4ca7c88c4818f2b5f52860b3bc /x11/docker-tray | |
parent | 8e0f914a5a4b27e6ee54590612a2b76fb4e9dfe9 (diff) | |
download | ports-dd5c9a9c59935bff0aff7c5948c4b77e5799d403.tar.gz ports-dd5c9a9c59935bff0aff7c5948c4b77e5799d403.zip |
Notes
Diffstat (limited to 'x11/docker-tray')
-rw-r--r-- | x11/docker-tray/Makefile | 36 | ||||
-rw-r--r-- | x11/docker-tray/distinfo | 2 | ||||
-rw-r--r-- | x11/docker-tray/pkg-descr | 7 |
3 files changed, 45 insertions, 0 deletions
diff --git a/x11/docker-tray/Makefile b/x11/docker-tray/Makefile new file mode 100644 index 000000000000..3b538cc2475b --- /dev/null +++ b/x11/docker-tray/Makefile @@ -0,0 +1,36 @@ +# Created by: Samy Al Bahra <samy@kerneled.org> +# $FreeBSD$ + +PORTNAME= docker-tray +PORTVERSION= 1.5 +PORTREVISION= 8 +CATEGORIES= x11 +MASTER_SITES= http://offload2.icculus.org:9090/openbox/2/docker/ \ + http://offload1.icculus.org:9090/openbox/2/docker/ +DISTNAME= docker-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Dockapp with support for GNOME2 and KDE3 tray icons + +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_XORG= x11 +USE_GNOME= glib20 +USES= gmake pkgconfig + +PLIST_FILES= bin/docker + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^PREFIX=|PREFIX?=| ; \ + s|^CFLAGS=|CFLAGS?=| ; \ + s|--cflags glib-2.0|--cflags x11 glib-2.0| ; \ + s|--libs glib-2.0|--libs x11 glib-2.0| ; \ + s|-L$$(XLIBPATH)|| ; \ + s|-lX11||' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11/docker-tray/distinfo b/x11/docker-tray/distinfo new file mode 100644 index 000000000000..d2fbd7439c3c --- /dev/null +++ b/x11/docker-tray/distinfo @@ -0,0 +1,2 @@ +SHA256 (docker-1.5.tar.gz) = 47629578e89d96d1541c91d040aec4316f03ad6d01dc3eecb8f82a33445c1e4e +SIZE (docker-1.5.tar.gz) = 14863 diff --git a/x11/docker-tray/pkg-descr b/x11/docker-tray/pkg-descr new file mode 100644 index 000000000000..f095dd08b809 --- /dev/null +++ b/x11/docker-tray/pkg-descr @@ -0,0 +1,7 @@ +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/2/docker/ |