blob: 3f1bf84084b766aa7e6d586312f57416ca4a0106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.4 2003/05/29 23:14:10 grant Exp $
PKGNAME= wmx-gnome-${WMX_VERS}
CATEGORIES+= gnome
COMMENT= another X11 window manager based on wm2, with GNOME compliance
USE_BUILDLINK2= # defined
USE_GCC_SHLIB= # 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"
|