diff options
author | jlam <jlam@pkgsrc.org> | 2001-01-18 20:19:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-01-18 20:19:37 +0000 |
commit | ff36b343dfd96e3bb1f403d3cc11a49e0624e0ad (patch) | |
tree | 0e3838e75af9668a5187852c4050f4358ddaf42b /wm/wmx-gnome-current/Makefile | |
parent | f58bf051922b100a311c57f0a7bde25d9b72b4e5 (diff) | |
download | pkgsrc-ff36b343dfd96e3bb1f403d3cc11a49e0624e0ad.tar.gz |
wmx-gnome-current: wmx + partial GNOME compliance compiled in
Diffstat (limited to 'wm/wmx-gnome-current/Makefile')
-rw-r--r-- | wm/wmx-gnome-current/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wm/wmx-gnome-current/Makefile b/wm/wmx-gnome-current/Makefile new file mode 100644 index 00000000000..c6cc61a559a --- /dev/null +++ b/wm/wmx-gnome-current/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/18 20:19:37 jlam Exp $ + +PKGNAME= wmx-gnome-${WMX_VERS} +CATEGORIES+= gnome + +CPPFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True +CPPFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True +CXXFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True +CXXFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True + +.include "../../wm/wmx-current/Makefile.common" |