712c21283a
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
17 lines
489 B
Makefile
17 lines
489 B
Makefile
# $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"
|