diff options
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 17 | ||||
-rw-r--r-- | x11-wm/icewm/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-descr | 3 |
3 files changed, 14 insertions, 8 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index d0ed75c1cfa..6b7e2b178a6 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: icewm -# Version required: 0.9.27 -# Date created: 10 August 1997 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# New ports collection makefile for: icewm +# Version required: 0.9.28 +# Date created: 10 August 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.28 1999/01/10 05:42:21 vanilla Exp $ +# $Id: Makefile,v 1.29 1999/01/12 16:50:51 vanilla Exp $ # -DISTNAME= icewm-0.9.27 +DISTNAME= icewm-0.9.28 CATEGORIES= x11-wm MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \ http://www.freebsd.org/~vanilla/ @@ -28,8 +28,11 @@ ICEOPTION= --with-shape .if defined(I18N) ICEOPTION+= --with-i18n .endif +.if defined(XLOCALE) +ICEOPTION+= --with-xlocale +.endif .if defined(GNOME) -ICEOPTION+= --with-imlib --with-gnome +ICEOPTION+= --with-imlib --with-gnome --with-sm .endif pre-patch: diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index 9d3b0181dbd..d07f19a36e5 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1 +1 @@ -MD5 (icewm-0.9.27.src.tar.gz) = c1ca58f1258de87d511dbffe1a5ec7f5 +MD5 (icewm-0.9.28.src.tar.gz) = 1709a7c612fbe047c9d4f3c05c06364c diff --git a/x11-wm/icewm/pkg-descr b/x11-wm/icewm/pkg-descr index f717db0a5c2..7dade125449 100644 --- a/x11-wm/icewm/pkg-descr +++ b/x11-wm/icewm/pkg-descr @@ -9,4 +9,7 @@ When you want gnome option, When you want i18n option, % make -DI18N install +When you want to compile with xlocale option, + % make -DXLOCALE install + 'bsd-daemon.xpm' is from Steve Farrell. |