diff options
author | martti <martti@pkgsrc.org> | 2002-08-22 10:58:34 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-08-22 10:58:34 +0000 |
commit | 932d1cb2f7294db2dd613b23eb1751abbe018221 (patch) | |
tree | 80aa8002d8dda3046804ea43af30c34b90a93a98 /wm/icewm/Makefile.common | |
parent | 7497e9f34c940bea031ebf2048f587836ab28c2e (diff) | |
download | pkgsrc-932d1cb2f7294db2dd613b23eb1751abbe018221.tar.gz |
Updated icewm to 1.2.0
- translation updates
- bug fixes
- new features
- HorizontalEdgeSwitch and VerticalEdgeSwitch
- LowerOnClickWhenRaised lower the active window when clicked again
- added icesh - a command line window manager
- TitleBarHorzOffset/TitleBarVertOffset
- allow transparent menu selection
- gradient support
- transparent applets
...
Diffstat (limited to 'wm/icewm/Makefile.common')
-rw-r--r-- | wm/icewm/Makefile.common | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index a871392571c..de57416b4f9 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,10 +1,8 @@ -# $NetBSD: Makefile.common,v 1.13 2002/03/10 22:11:36 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2002/08/22 10:58:34 martti Exp $ -DISTNAME= icewm-1.0.9-2 +DISTNAME= icewm-1.2.0 CATEGORIES= x11 wm MASTER_SITES= http://download.sourceforge.net/icewm/ -EXTRACT_SUFX= .tar.bz2 -PKGREVISION= 1 MAINTAINER= packages@netbsd.org HOMEPAGE= http://icewm.sourceforge.net/ @@ -17,7 +15,6 @@ BUILD_USES_MSGFMT= # defined DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo FILESDIR= ${.CURDIR}/../../wm/icewm/files PATCHDIR= ${.CURDIR}/../../wm/icewm/patches -WRKSRC= ${WRKDIR}/icewm-1.0.9 .include "../../mk/bsd.prefs.mk" |