9145fc580f
This change was introduced for GNOME 2.28.0 for whatever reason (performance?), but for now not all applications follow this and it makes several parts of the desktop/menus look weird to say the least. So we use previous behaviour because we like beauty ;-)
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.34 2009/10/14 15:06:05 ajacoutot Exp $
|
|
|
|
COMMENT= libraries for the GNOME project
|
|
|
|
GNOME_PROJECT= libgnome
|
|
GNOME_VERSION= 2.28.0
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
SHARED_LIBS += gnome-2 2401.0 # .2800.0
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += ORBit-2 ORBitCosNaming-2 avahi-client avahi-common
|
|
WANTLIB += avahi-glib c crypto dbus-1 dbus-glib-1 gio-2.0 glib-2.0
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 m pcre pthread
|
|
WANTLIB += ssl util xml2 z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
devel/gconf2
|
|
|
|
LIB_DEPENDS= bonobo-2.>=1,bonobo-activation.>=5::x11/gnome/libbonobo \
|
|
gnomevfs-2.>=1799::x11/gnome/vfs2 \
|
|
popt::devel/popt
|
|
|
|
MODGCONF2_SCHEMAS_DIR= libgnome
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--disable-esd \
|
|
--disable-gtk-doc
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/libgnome/
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|