diff options
author | steve <steve@FreeBSD.org> | 1999-05-10 00:32:40 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-10 00:32:40 +0800 |
commit | 8ed5330b56787a1612aaef003f33c457f2326c71 (patch) | |
tree | 80a723c1b08d7a1af7f50ec1554e5634fe581d0f /x11-wm/icewm/pkg-descr | |
parent | de8cad624c214bb7f171e5359a9fd521affc0f6c (diff) | |
download | freebsd-ports-gnome-8ed5330b56787a1612aaef003f33c457f2326c71.tar.gz freebsd-ports-gnome-8ed5330b56787a1612aaef003f33c457f2326c71.tar.zst freebsd-ports-gnome-8ed5330b56787a1612aaef003f33c457f2326c71.zip |
Update to version 0.9.38 and change I18N to USE_I18N to avoid compilation
problems.
PR: 11473
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'x11-wm/icewm/pkg-descr')
-rw-r--r-- | x11-wm/icewm/pkg-descr | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/icewm/pkg-descr b/x11-wm/icewm/pkg-descr index 7dade1254496..02e867d8a6d5 100644 --- a/x11-wm/icewm/pkg-descr +++ b/x11-wm/icewm/pkg-descr @@ -1,4 +1,4 @@ -cool window manager developped in a very hot day in a winter +Window Manager designed for speed, usability and consistency. When you want titlebars to be bottom ( default is top ), % make -DTITLE_BOTTOM install @@ -7,9 +7,11 @@ When you want gnome option, % make -DGNOME install When you want i18n option, - % make -DI18N install + % make -DUSE_I18N install When you want to compile with xlocale option, % make -DXLOCALE install 'bsd-daemon.xpm' is from Steve Farrell. + +WWW: http://www.kiss.uni-lj.si/~k4fr0235/icewm/ |