summaryrefslogtreecommitdiff
path: root/wm/icewm-imlib
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-06-03 16:06:39 +0000
committerjmmv <jmmv>2003-06-03 16:06:39 +0000
commitc85084376f2d77fa97804033845f92742336fd95 (patch)
treed92ac3ab46389b313538af999907b92ec926477f /wm/icewm-imlib
parent6a63cd48c78250dd44e73646634879fcf1a0fc60 (diff)
downloadpkgsrc-c85084376f2d77fa97804033845f92742336fd95.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/icewm-imlib')
-rw-r--r--wm/icewm-imlib/DESCR15
-rw-r--r--wm/icewm-imlib/Makefile19
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"