From c85084376f2d77fa97804033845f92742336fd95 Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 3 Jun 2003 16:06:39 +0000 Subject: 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. --- wm/icewm-imlib/DESCR | 15 +++++++++++++++ wm/icewm-imlib/Makefile | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 wm/icewm-imlib/DESCR create mode 100644 wm/icewm-imlib/Makefile (limited to 'wm/icewm-imlib') 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" -- cgit v1.2.3