pkgsrc/wm/wmx-gnome/Makefile
2010-02-12 19:59:29 +00:00

17 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/02/12 19:59:29 joerg Exp $
PKGNAME= wmx-gnome-${WMX_VERS}
PKGREVISION= 2
CATEGORIES+= gnome
COMMENT= Another X11 window manager based on wm2, with GNOME compliance
PKG_DESTDIR_SUPPORT= user-destdir
.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"