summaryrefslogtreecommitdiff
path: root/wm/icewm-imlib/Makefile
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/Makefile
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/Makefile')
-rw-r--r--wm/icewm-imlib/Makefile19
1 files changed, 19 insertions, 0 deletions
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"