Tue Apr 28 15:29:46 2020 UTC ()
wm/wmx-gnome: Update to Version 8.


(nikita)
diff -r1.12 -r1.13 pkgsrc/wm/wmx-gnome/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/wm/wmx-gnome/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/wmx-gnome/Makefile 2012/10/08 12:42:25 1.12
+++ pkgsrc/wm/wmx-gnome/Makefile 2020/04/28 15:29:45 1.13
@@ -1,15 +1,12 @@ @@ -1,15 +1,12 @@
1# $NetBSD: Makefile,v 1.12 2012/10/08 12:42:25 asau Exp $ 1# $NetBSD: Makefile,v 1.13 2020/04/28 15:29:45 nikita Exp $
2 2
3PKGNAME= wmx-gnome-${WMX_VERS} 3PKGNAME= wmx-gnome-${WMX_VERS}
4PKGREVISION= 2 
5CATEGORIES+= gnome 4CATEGORIES+= gnome
6COMMENT= Another X11 window manager based on wm2, with GNOME compliance 5COMMENT= Another X11 window manager based on wm2, with GNOME compliance
7 6
8.include "../../wm/wmx/Makefile.common" 7.include "../../wm/wmx/Makefile.common"
9 8
10CPPFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True 
11CPPFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True 9CPPFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True
12CXXFLAGS+= -DCONFIG_GNOME_COMPLIANCE=True 
13CXXFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True 10CXXFLAGS+= -DCONFIG_GNOME_BUTTON_COMPLIANCE=True
14 11
15.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"