diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 05:17:04 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 05:17:04 +0800 |
commit | 5142e6f517d090b5feae8c8b9d3a2b9891091875 (patch) | |
tree | 57490351a84570bde23ca9ed1d9928626370b6d5 /x11-wm | |
parent | bbf370506bfcca759077000e2153f5935bec01cd (diff) | |
download | marcuscom-ports-5142e6f517d090b5feae8c8b9d3a2b9891091875.tar marcuscom-ports-5142e6f517d090b5feae8c8b9d3a2b9891091875.tar.gz marcuscom-ports-5142e6f517d090b5feae8c8b9d3a2b9891091875.tar.bz2 marcuscom-ports-5142e6f517d090b5feae8c8b9d3a2b9891091875.tar.lz marcuscom-ports-5142e6f517d090b5feae8c8b9d3a2b9891091875.tar.xz marcuscom-ports-5142e6f517d090b5feae8c8b9d3a2b9891091875.tar.zst marcuscom-ports-5142e6f517d090b5feae8c8b9d3a2b9891091875.zip |
- Move to LOCALBASE... the last port!!!!!!!! WOOOO!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7490 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 33 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/pkg-plist | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile new file mode 100644 index 000000000..e30ba3286 --- /dev/null +++ b/x11-wm/xfce4-systray/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: xfce4-systray +# Date created: 3 July 2003 +# Whom: James Earl <jdearl@telus.net> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-systray +PORTVERSION= 4.2.3 +PORTREVISION= 2 +CATEGORIES= x11-wm xfce +MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ +DIST_SUBDIR= xfce4 + +MAINTAINER= oliver@FreeBSD.org +COMMENT= XFce 4 system tray module for xfce4-panel + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/x11-wm/xfce4-systray/distinfo b/x11-wm/xfce4-systray/distinfo new file mode 100644 index 000000000..61ea05177 --- /dev/null +++ b/x11-wm/xfce4-systray/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-systray-4.2.3.tar.gz) = e55fbdecbee9b414c703d47988c5135c +SHA256 (xfce4/xfce4-systray-4.2.3.tar.gz) = 7ac887e9348e535d4d4c3d4f5edcc90e51f309afdab3d697995d1d17e737fd76 +SIZE (xfce4/xfce4-systray-4.2.3.tar.gz) = 320138 diff --git a/x11-wm/xfce4-systray/pkg-descr b/x11-wm/xfce4-systray/pkg-descr new file mode 100644 index 000000000..c9fccc448 --- /dev/null +++ b/x11-wm/xfce4-systray/pkg-descr @@ -0,0 +1,3 @@ +XFce 4 system tray or notification area for xfce4-panel. + +WWW: http://www.xfce.org diff --git a/x11-wm/xfce4-systray/pkg-plist b/x11-wm/xfce4-systray/pkg-plist new file mode 100644 index 000000000..f9cf3d39e --- /dev/null +++ b/x11-wm/xfce4-systray/pkg-plist @@ -0,0 +1,5 @@ +lib/xfce4/panel-plugins/libsystray.a +lib/xfce4/panel-plugins/libsystray.la +lib/xfce4/panel-plugins/libsystray.so +@dirrmtry lib/xfce4/panel-plugins +@dirrmtry lib/xfce4 |