diff options
author | nakai <nakai@FreeBSD.org> | 2000-01-09 08:27:34 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-01-09 08:27:34 +0000 |
commit | acad3a58973686037e8b98723bf5232ba4b0a78f (patch) | |
tree | ca428eeab2731ccef56dfda03cfa3d96d86c7ab3 /x11-wm/xfce4 | |
parent | 7faedf29a59a467df060251f6216f59e0d180fb6 (diff) | |
download | FreeBSD-ports-acad3a58973686037e8b98723bf5232ba4b0a78f.zip FreeBSD-ports-acad3a58973686037e8b98723bf5232ba4b0a78f.tar.gz |
Update to 3.2.3
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/xfce4/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce4/pkg-plist | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 94d3fb9..2b5dfe2 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xfce -# Version required: 3.2.2 +# Version required: 3.2.3 # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xfce-3.2.2 +DISTNAME= xfce-3.2.3 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -23,9 +23,10 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib -lintl -lxpg4" + LIBS="-L${LOCALBASE}/lib -lxpg4" CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share + --datadir=${PREFIX}/share \ + --with-xpm=${X11BASE} MAN1= xfbd.1 xfce.1 xfclock.1 xfgnome.1 xfhelp.1 xflock.1 xfmouse.1 \ xfpager.1 xfprint.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1 diff --git a/x11-wm/xfce4/distinfo b/x11-wm/xfce4/distinfo index 7be21d4..b7fd4a0 100644 --- a/x11-wm/xfce4/distinfo +++ b/x11-wm/xfce4/distinfo @@ -1 +1 @@ -MD5 (xfce-3.2.2.tar.gz) = e8ca2c6b4bb605ff16f67ee681419849 +MD5 (xfce-3.2.3.tar.gz) = 8e93ce3c877d251a9da6b8cdb57620c0 diff --git a/x11-wm/xfce4/pkg-plist b/x11-wm/xfce4/pkg-plist index d2f9c9c..97a9762 100644 --- a/x11-wm/xfce4/pkg-plist +++ b/x11-wm/xfce4/pkg-plist @@ -74,6 +74,7 @@ share/xfce/backdrops/Satin2.xpm share/xfce/backdrops/Satin3.xpm share/xfce/backdrops/Sea.xpm share/xfce/backdrops/Sky.xpm +share/xfce/backdrops/Sky2.xpm share/xfce/backdrops/Slate.xpm share/xfce/backdrops/Soft.xpm share/xfce/backdrops/Softblue.xpm @@ -315,9 +316,11 @@ 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/locale/sk/LC_MESSAGES/xfce.mo share/xfce/locale/sv/LC_MESSAGES/xfce.mo share/xfce/locale/zh/LC_MESSAGES/xfce.mo share/xfce/palettes/Alpine +share/xfce/palettes/Analog share/xfce/palettes/Anthracite share/xfce/palettes/Bahamas share/xfce/palettes/Cheese @@ -457,6 +460,8 @@ share/xfce/xfdefs.py @dirrm share/xfce/locale/pl @dirrm share/xfce/locale/ru/LC_MESSAGES @dirrm share/xfce/locale/ru +@dirrm share/xfce/locale/sk/LC_MESSAGES +@dirrm share/xfce/locale/sk @dirrm share/xfce/locale/sv/LC_MESSAGES @dirrm share/xfce/locale/sv @dirrm share/xfce/locale/zh/LC_MESSAGES |