openbsd-ports/x11/gnome/libgnome/Makefile

42 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.29 2009/06/07 10:01:47 ajacoutot Exp $
COMMENT= libraries for the GNOME project
GNOME_PROJECT= libgnome
GNOME_VERSION= 2.24.1
PKGNAME= ${DISTNAME}p3
SHARED_LIBS += gnome-2 2400.1 # .2400.1
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ORBit-2 ORBitCosNaming-2 c crypto dbus-1 dbus-glib-1 \
gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
m pcre pthread 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"