8ffaa2faa6
Sync WANTLIB.
40 lines
896 B
Makefile
40 lines
896 B
Makefile
# $OpenBSD: Makefile,v 1.55 2013/03/27 18:01:55 ajacoutot Exp $
|
|
|
|
COMMENT= libraries for the GNOME project
|
|
|
|
GNOME_PROJECT= libgnome
|
|
GNOME_VERSION= 2.32.1
|
|
EXTRACT_SUFX= .tar.bz2
|
|
REVISION= 5
|
|
|
|
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>
|