summaryrefslogtreecommitdiff
path: root/wm/wmx-gnome/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-27 20:42:21 +0000
committerjlam <jlam@pkgsrc.org>2001-07-27 20:42:21 +0000
commit16df0dfd7bae2eadf40f8058d17682d03e19a4f9 (patch)
treef0d6a5af5bc25d81458f2c54829b31ac077a0933 /wm/wmx-gnome/Makefile
parent4cc106d5d7e4d838da265bbddf976c1d41cd27ff (diff)
downloadpkgsrc-16df0dfd7bae2eadf40f8058d17682d03e19a4f9.tar.gz
wmx-gnome: wmx w/ partial GNOME compliance.
Diffstat (limited to 'wm/wmx-gnome/Makefile')
-rw-r--r--wm/wmx-gnome/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/wm/wmx-gnome/Makefile b/wm/wmx-gnome/Makefile
new file mode 100644
index 00000000000..48767421228
--- /dev/null
+++ b/wm/wmx-gnome/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/27 20:42:21 jlam Exp $
+
+PKGNAME= wmx-gnome-${WMX_VERS}
+CATEGORIES+= gnome
+COMMENT= another X11 window manager based on wm2, with GNOME compliance
+
+USE_BUILDLINK_ONLY= # defined
+
+.include "../../wm/wmx/Makefile.common"
+
+CPPFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True
+CPPFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True
+CXXFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True
+CXXFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True
+
+.include "../../mk/bsd.pkg.mk"