diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:49:36 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:49:36 +0800 |
commit | 4f0fb9aed85d143945114e5698a0830a2d212f74 (patch) | |
tree | b9b8c775c5961dc06aa9581a1699c5bfc275e544 /x11-clocks | |
parent | e0489f0bc1f2814a9540f7d7ba4376ac3ba8b434 (diff) | |
download | marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.gz marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.bz2 marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.lz marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.xz marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.zst marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.zip |
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7483 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 30 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/distinfo | 3 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/pkg-descr | 4 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/pkg-plist | 3 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile new file mode 100644 index 000000000..6eb61cc00 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: xfce4-datetime-plugin +# Date created: 2003-10-31 +# Whom: Matt Lancereau <matt@rimasec.net> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= xfce4-datetime-plugin +PORTVERSION= 0.3.1 +PORTREVISION= 4 +CATEGORIES= x11-clocks xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= ports@FreeBSD.org +COMMENT= XFce 4 additional clock module which also shows date + +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 +USE_LDCONFIG= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/x11-clocks/xfce4-datetime-plugin/distinfo b/x11-clocks/xfce4-datetime-plugin/distinfo new file mode 100644 index 000000000..82ff670ed --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-datetime-plugin-0.3.1.tar.gz) = 92b7ebee7f0c8074f5cf590f77f676f2 +SHA256 (xfce4/xfce4-datetime-plugin-0.3.1.tar.gz) = 6421c027d1610cc5ac4fed79ad4fc840986474df152812c31bbd0c942e573c23 +SIZE (xfce4/xfce4-datetime-plugin-0.3.1.tar.gz) = 311941 diff --git a/x11-clocks/xfce4-datetime-plugin/pkg-descr b/x11-clocks/xfce4-datetime-plugin/pkg-descr new file mode 100644 index 000000000..1ec85e842 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/pkg-descr @@ -0,0 +1,4 @@ +XFce 4 additional clock module which also shows date. +You can change font for display. + +WWW: http://xfce-goodies.berlios.de/ diff --git a/x11-clocks/xfce4-datetime-plugin/pkg-plist b/x11-clocks/xfce4-datetime-plugin/pkg-plist new file mode 100644 index 000000000..fa60784c4 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/pkg-plist @@ -0,0 +1,3 @@ +lib/xfce4/panel-plugins/libdatetime.la +lib/xfce4/panel-plugins/libdatetime.so +@dirrmtry lib/xfce4/panel-plugins |