diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 10:04:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 10:04:48 +0000 |
commit | 4eab7aec8945cea44de97444b570f59e28fd1a43 (patch) | |
tree | 2eaf4967b8231193c42db0a97869bb42358c1e4f /x11-wm/icewm | |
parent | 61bb3e5b9c8218544599fb7c3c2d166b0f92493f (diff) | |
download | ports-4eab7aec8945cea44de97444b570f59e28fd1a43.tar.gz ports-4eab7aec8945cea44de97444b570f59e28fd1a43.zip |
Upgrade to 0.9.28.
Notes
Notes:
svn path=/head/; revision=16094
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 d0ed75c1cfab..6b7e2b178a69 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 9d3b0181dbd8..d07f19a36e51 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 f717db0a5c2d..7dade1254496 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. |