diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-06 03:31:16 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-06 03:31:16 +0000 |
commit | 2690a7e4436aa462f62aa2aad669183a7812a84c (patch) | |
tree | bd42b4e341928eed86403eca47c906fb65dc03d0 /x11-wm/xfce | |
parent | df3e252714593a383becd0287803261b13f2bb97 (diff) | |
download | FreeBSD-ports-2690a7e4436aa462f62aa2aad669183a7812a84c.zip FreeBSD-ports-2690a7e4436aa462f62aa2aad669183a7812a84c.tar.gz |
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Update to 3.1.2
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/Makefile | 16 | ||||
-rw-r--r-- | x11-wm/xfce/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce/pkg-descr | 12 | ||||
-rw-r--r-- | x11-wm/xfce/pkg-plist | 4 |
4 files changed, 26 insertions, 8 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 6c85dd2..dd1fb64 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -1,26 +1,30 @@ # New ports collection makefile for: xfce -# Version required: 3.1.1 +# Version required: 3.1.2 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.1.1 +DISTNAME= xfce-3.1.2 CATEGORIES= x11-wm -MASTER_SITES= http://www.xfce.org/archive/ +MASTER_SITES= http://www.xfce.org/archive/ \ + http://www.baysurf.net/linux/xfce/archive/ -MAINTAINER= nacai@iname.com +MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib -lintl -lxpg4" CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share/ -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + --datadir=${PREFIX}/share MAN1= xfbd.1 xfce.1 xfclock.1 xfhelp.1 xfmouse.1 xfpager.1 xfprint.1 \ xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1 diff --git a/x11-wm/xfce/distinfo b/x11-wm/xfce/distinfo index b0b8aa3..ba34c9a 100644 --- a/x11-wm/xfce/distinfo +++ b/x11-wm/xfce/distinfo @@ -1 +1 @@ -MD5 (xfce-3.1.1.tar.gz) = bdbef1e38fc48495fab749555bd76b2d +MD5 (xfce-3.1.2.tar.gz) = 2d971e658bbf5844b8951d28789d3cb6 diff --git a/x11-wm/xfce/pkg-descr b/x11-wm/xfce/pkg-descr index 2902db4..fc80b38 100644 --- a/x11-wm/xfce/pkg-descr +++ b/x11-wm/xfce/pkg-descr @@ -1 +1,11 @@ -CDE like desktop with GTK +XFce is an easy-to-use and easy-to-configure environment for X11 released +under the terms of the GNU/GPL license, based on GTK+, with pulldown menus +and color icons, 3D widgets, etc. + +XFce features now a set of applications including a powerful Window Manager +xfwm, a toolbar/application launcher, a backdrop manager, a system sound +manager for X11, a user friendly interface for mouse configuration, a +pager providing a miniature view of all XFce desktops, a clock/calendar +and at last but not least a filemanager, all sharing the same look'n feel. + +WWW: http://www.xfce.org/ diff --git a/x11-wm/xfce/pkg-plist b/x11-wm/xfce/pkg-plist index a6dd15d..068a3e2 100644 --- a/x11-wm/xfce/pkg-plist +++ b/x11-wm/xfce/pkg-plist @@ -293,6 +293,7 @@ share/XFCE/locale/de/LC_MESSAGES/xfce.mo share/XFCE/locale/es/LC_MESSAGES/xfce.mo share/XFCE/locale/fr/LC_MESSAGES/xfce.mo share/XFCE/locale/it/LC_MESSAGES/xfce.mo +share/XFCE/locale/ja/LC_MESSAGES/xfce.mo share/XFCE/locale/pl/LC_MESSAGES/xfce.mo share/XFCE/locale/ru/LC_MESSAGES/xfce.mo share/XFCE/palettes/Alpine @@ -329,6 +330,7 @@ share/XFCE/sample.fvwmrc share/XFCE/sample.mwm.xinitrc share/XFCE/sample.xfbdrc share/XFCE/sample.xfce3rc +share/XFCE/sample.xfce3rc.ja share/XFCE/sample.xfmouserc share/XFCE/sample.xfsoundrc share/XFCE/sample.xfwmrc @@ -400,6 +402,8 @@ share/XFCE/xfdefs.py @dirrm share/XFCE/locale/fr @dirrm share/XFCE/locale/it/LC_MESSAGES @dirrm share/XFCE/locale/it +@dirrm share/XFCE/locale/ja/LC_MESSAGES +@dirrm share/XFCE/locale/ja @dirrm share/XFCE/locale/pl/LC_MESSAGES @dirrm share/XFCE/locale/pl @dirrm share/XFCE/locale/ru/LC_MESSAGES |