diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-07 16:05:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-07 16:05:49 +0000 |
commit | a0230e5eb0b3863fedf45a155fa1711cfdf75468 (patch) | |
tree | da7c554513d821469e5391ed63d2d2807072f988 /x11-clocks | |
parent | ed8d71621989050bd92b40cb8612ad437bf0015c (diff) | |
download | ports-a0230e5eb0b3863fedf45a155fa1711cfdf75468.tar.gz ports-a0230e5eb0b3863fedf45a155fa1711cfdf75468.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 27 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/distinfo | 3 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/pkg-descr | 3 | ||||
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/pkg-plist | 10 |
5 files changed, 44 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 59664551c8a2..bcb145dbb3e8 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -53,6 +53,7 @@ SUBDIR += wmtz SUBDIR += xalarm SUBDIR += xdaliclock + SUBDIR += xfce4-datetime-plugin SUBDIR += xfce4-timer-plugin SUBDIR += xmms-alarm SUBDIR += xtimer diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile new file mode 100644 index 000000000000..cc54a2910970 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: datetimer plugin for xfce4 +# Date created: 02 February 2007 +# Whom: Martin Wilke (miwi@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= xfce4-datetime-plugin +PORTVERSION= 0.5.0 +CATEGORIES= x11-clocks xfce +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +DIST_SUBDIR= xfce4 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A datetime plugin for xfce + +USE_GMAKE= yes +INSTALLS_ICONS= yes +USE_GETTEXT= yes +GNU_CONFIGURE= 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/x11-clocks/xfce4-datetime-plugin/distinfo b/x11-clocks/xfce4-datetime-plugin/distinfo new file mode 100644 index 000000000000..a955837ef1bc --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-datetime-plugin-0.5.0.tar.gz) = 0aa1c85861a0ab8fc7f2d502c94de289 +SHA256 (xfce4/xfce4-datetime-plugin-0.5.0.tar.gz) = 62de287c5ae8ab539ba239de7c1b92728226d2e70057cf19e915f1e9e5891b11 +SIZE (xfce4/xfce4-datetime-plugin-0.5.0.tar.gz) = 374366 diff --git a/x11-clocks/xfce4-datetime-plugin/pkg-descr b/x11-clocks/xfce4-datetime-plugin/pkg-descr new file mode 100644 index 000000000000..c88c3249693c --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/pkg-descr @@ -0,0 +1,3 @@ +Datetime plugin for the xfce panel. + +WWW: http://goodies.xfce.org/ diff --git a/x11-clocks/xfce4-datetime-plugin/pkg-plist b/x11-clocks/xfce4-datetime-plugin/pkg-plist new file mode 100644 index 000000000000..f95542cc9b65 --- /dev/null +++ b/x11-clocks/xfce4-datetime-plugin/pkg-plist @@ -0,0 +1,10 @@ +lib/xfce4/panel-plugins/libdatetime.a +lib/xfce4/panel-plugins/libdatetime.la +lib/xfce4/panel-plugins/libdatetime.so +share/locale/hu/LC_MESSAGES/xfce4-datetime-plugin.mo +share/locale/nl/LC_MESSAGES/xfce4-datetime-plugin.mo +share/xfce4/panel-plugins/datetime.desktop +@dirrm share/xfce4/panel-plugins +@dirrm share/xfce4 +@dirrm lib/xfce4/panel-plugins +@dirrm lib/xfce4 |