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/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile
index e0c4887692b..a8c5348b3a0 100644
--- a/wm/icewm-gnome/Makefile
+++ b/wm/icewm-gnome/Makefile
@@ -1,17 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:41 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/24 05:35:18 jlam Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-/}
-
COMMENT= small, fast and light-weight window manager (GNOME version)
-DEPENDS+= gnome-libs-*:../../x11/gnome-libs
-
CONFLICTS+= icewm-[0-9]*
-USE_X11= yes
+.include "../../wm/icewm/Makefile.common"
-EVAL_PREFIX+= GNOMEDIR=gnome-libs
-CONFIGURE_ARGS+= --with-gnome-menus="${GNOMEDIR}/bin/gnome-config"
+CONFIGURE_ARGS+= --with-gnome-menus="${GNOME_CONFIG}"
CONFIGURE_ARGS+= --with-imlib
-.include "../../wm/icewm/Makefile.common"
+.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"