pkgsrc/wm/wmx-gnome/Makefile

18 lines
489 B
Makefile
Raw Normal View History

# $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
2002-11-15 01:50:19 +01:00
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"