diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-06-03 16:06:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-06-03 16:06:39 +0000 |
commit | 28aab50cd539be8ed457120a771ed06ad6fa3d29 (patch) | |
tree | d92ac3ab46389b313538af999907b92ec926477f /wm | |
parent | 300d8cecc65983c1c8c20dac5fb345565ab1e616 (diff) | |
download | pkgsrc-28aab50cd539be8ed457120a771ed06ad6fa3d29.tar.gz |
Initial import of icewm-imlib, version 1.2.7. This package provides the
IceWM window manager (like the one in wm/icewm) but linked against the Imlib
library to provide support for more image formats.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm-imlib/DESCR | 15 | ||||
-rw-r--r-- | wm/icewm-imlib/Makefile | 19 |
2 files changed, 34 insertions, 0 deletions
diff --git a/wm/icewm-imlib/DESCR b/wm/icewm-imlib/DESCR new file mode 100644 index 00000000000..ecaf63578c0 --- /dev/null +++ b/wm/icewm-imlib/DESCR @@ -0,0 +1,15 @@ +IceWM provides a small, fast and familiar window manager for the X11 window +system. Compatibility with the mwm window manager is desired and will be +implemented where appropriate. + +IceWM is designed to emulate the look of Motif, OS/2 Warp 4, OS/2 Warp 3 and +Windows 95. It also tries to combine the feel of these systems whenever it +is compatible. Others might added in the future in the core distribution, +though many themes are available through the network. + +Generally, it tries to make all functions available both by keyboard and by +mouse (this is not currently possible when using mouse focus). + +This package provides IceWM linked against the Imlib library for graphics +support, which means that it supports all image formats supported by this +library (like PNG, JPEG, GIF and TIFF). diff --git a/wm/icewm-imlib/Makefile b/wm/icewm-imlib/Makefile new file mode 100644 index 00000000000..830a0ece195 --- /dev/null +++ b/wm/icewm-imlib/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/03 16:06:39 jmmv Exp $ + +PKGNAME= ${DISTNAME:S/-/-imlib-/} +COMMENT= Small, fast and light-weight window manager (GNOME version) + +CONFLICTS+= icewm-[0-9]* icewm-gnome-[0-9]* + +USE_BUILDLINK2= # defined + +.include "../icewm/Makefile.common" + +PLIST_SRC= ${.CURDIR}/../icewm/PLIST + +CONFIGURE_ARGS+= --with-gnome-menus=no +CONFIGURE_ARGS+= --with-imlib=yes +CONFIGURE_ARGS+= --with-xpm=no + +.include "../../graphics/imlib/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |