diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-23 00:54:01 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-23 00:54:01 +0800 |
commit | d70f1103b91d9772b7571c9c928d8184da6165bc (patch) | |
tree | 9b1dc35ff1726ad884181e47a41f1990cd85c2db /net-im/xfce4-messenger-plugin | |
parent | 0f508ad28ea24d2d89ccace4e5528ff21672d274 (diff) | |
download | freebsd-ports-gnome-d70f1103b91d9772b7571c9c928d8184da6165bc.tar.gz freebsd-ports-gnome-d70f1103b91d9772b7571c9c928d8184da6165bc.tar.zst freebsd-ports-gnome-d70f1103b91d9772b7571c9c928d8184da6165bc.zip |
xfce4-messenger-plugin is.. yes a Messenger Plugin for xfce4
Diffstat (limited to 'net-im/xfce4-messenger-plugin')
-rw-r--r-- | net-im/xfce4-messenger-plugin/Makefile | 29 | ||||
-rw-r--r-- | net-im/xfce4-messenger-plugin/distinfo | 3 | ||||
-rw-r--r-- | net-im/xfce4-messenger-plugin/pkg-descr | 3 | ||||
-rw-r--r-- | net-im/xfce4-messenger-plugin/pkg-plist | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/net-im/xfce4-messenger-plugin/Makefile b/net-im/xfce4-messenger-plugin/Makefile new file mode 100644 index 000000000000..916af83a4798 --- /dev/null +++ b/net-im/xfce4-messenger-plugin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: messenger plugin for xfce4 +# Date created: 29 April 2006 +# Whom: Martin Wilke (freebsd@unixfreunde.de) +# +# $FreeBSD$ +# + +PORTNAME= xfce4-messenger-plugin +PORTVERSION= 0.1.0 +CATEGORIES= net-im xfce +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ +DIST_SUBDIR= xfce4 + +MAINTAINER= freebsd@unixfreunde.de +COMMENT= Messenger plugin for xfce + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv libgui libutil panel +USE_XLIB= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> diff --git a/net-im/xfce4-messenger-plugin/distinfo b/net-im/xfce4-messenger-plugin/distinfo new file mode 100644 index 000000000000..5dddd830bb19 --- /dev/null +++ b/net-im/xfce4-messenger-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-messenger-plugin-0.1.0.tar.bz2) = 5b79e030139e1f845124c2eb50da9051 +SHA256 (xfce4/xfce4-messenger-plugin-0.1.0.tar.bz2) = a55fafd50b9cd0fc3db9baef3357ea064bdcdc9e5d8127a3124bfc3422562193 +SIZE (xfce4/xfce4-messenger-plugin-0.1.0.tar.bz2) = 291166 diff --git a/net-im/xfce4-messenger-plugin/pkg-descr b/net-im/xfce4-messenger-plugin/pkg-descr new file mode 100644 index 000000000000..3b7320ed8ef8 --- /dev/null +++ b/net-im/xfce4-messenger-plugin/pkg-descr @@ -0,0 +1,3 @@ +Is a Messenger Plugin for xfce4 + +WWW: http://www.xfce.org/ diff --git a/net-im/xfce4-messenger-plugin/pkg-plist b/net-im/xfce4-messenger-plugin/pkg-plist new file mode 100644 index 000000000000..9d5c192d60f5 --- /dev/null +++ b/net-im/xfce4-messenger-plugin/pkg-plist @@ -0,0 +1,6 @@ +libexec/xfce4/panel-plugins/xfce4-messenger-plugin +share/xfce4/panel-plugins/messenger.desktop +@dirrmtry share/xfce4/panel-plugins +@dirrmtry share/xfce4 +@dirrmtry libexec/xfce4/panel-plugins +@dirrmtry libexec/xfce4 |