instead. It is just too hard to maintain a coherent list of still reachable homepages for GNOME projects so use wiki.gnome.org which is the entry point for *all* GNOME apps.
40 lines
895 B
Makefile
40 lines
895 B
Makefile
# $OpenBSD: Makefile,v 1.57 2013/09/28 08:51:22 ajacoutot Exp $
|
|
|
|
COMMENT= libraries for the GNOME project
|
|
|
|
GNOME_PROJECT= libgnome
|
|
GNOME_VERSION= 2.32.1
|
|
EXTRACT_SUFX= .tar.bz2
|
|
REVISION= 7
|
|
|
|
SHARED_LIBS += gnome-2 2402.0 # .3000.0
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ORBit-2 ORBitCosNaming-2 bonobo-2 bonobo-activation
|
|
WANTLIB += c canberra crypto dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0
|
|
WANTLIB += gmodule-2.0 gnomevfs-2 gobject-2.0 gthread-2.0 ltdl
|
|
WANTLIB += m ogg pcre popt pthread ssl util vorbis vorbisfile
|
|
WANTLIB += xml2 z
|
|
|
|
MODULES= devel/gconf2 \
|
|
devel/gettext \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS= audio/libcanberra \
|
|
devel/popt \
|
|
x11/gnome/libbonobo \
|
|
x11/gnome/vfs2
|
|
|
|
MODGCONF2_SCHEMAS_DIR= libgnome
|
|
|
|
CONFIGURE_ARGS+= --disable-esd
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/libgnome/
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/bonobo/monikers/*.{a,la}
|
|
|
|
.include <bsd.port.mk>
|