summaryrefslogtreecommitdiff
path: root/wm/icewm-gnome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icewm-gnome/Makefile')
-rw-r--r--wm/icewm-gnome/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile
new file mode 100644
index 00000000000..09193536abc
--- /dev/null
+++ b/wm/icewm-gnome/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
+
+PKGNAME= ${DISTNAME:S/-/-gnome-/}
+
+DEPENDS+= gnome-libs-*:../../x11/gnome-libs
+
+CONFLICTS+= icewm-[0-9]*
+
+USE_X11= yes
+
+EVAL_PREFIX+= GNOMEDIR=gnome-libs
+CONFIGURE_ARGS+= --with-gnome-menus="${GNOMEDIR}/bin/gnome-config"
+CONFIGURE_ARGS+= --with-imlib
+
+.include "../../wm/icewm/Makefile.common"