2003-05-30 01:14:07 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2003/05/29 23:14:10 grant Exp $
|
2001-07-27 22:42:21 +02:00
|
|
|
|
|
|
|
PKGNAME= wmx-gnome-${WMX_VERS}
|
|
|
|
CATEGORIES+= gnome
|
|
|
|
COMMENT= another X11 window manager based on wm2, with GNOME compliance
|
|
|
|
|
2002-11-15 01:50:19 +01:00
|
|
|
USE_BUILDLINK2= # defined
|
2003-05-30 01:14:07 +02:00
|
|
|
USE_GCC_SHLIB= # defined
|
2001-07-27 22:42:21 +02:00
|
|
|
|
|
|
|
.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"
|