openbsd-ports/x11/gnome/libgnome/Makefile

44 lines
1.0 KiB
Makefile
Raw Normal View History

2010-10-19 11:21:03 -04:00
# $OpenBSD: Makefile,v 1.41 2010/10/19 15:21:04 ajacoutot Exp $
COMMENT= libraries for the GNOME project
GNOME_PROJECT= libgnome
2010-09-30 03:42:46 -04:00
GNOME_VERSION= 2.32.0
2010-04-20 07:07:05 -04:00
SHARED_LIBS += gnome-2 2402.0 # .3000.0
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 m pcre pthread
WANTLIB += ssl util xml2 z bonobo-2 bonobo-activation gnomevfs-2
2010-09-30 03:42:46 -04:00
WANTLIB += canberra ltdl ogg vorbis vorbisfile dbus-1
WANTLIB += dbus-glib-1 gio-2.0 glib-2.0
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
LIB_DEPENDS= ::x11/gnome/libbonobo \
::x11/gnome/vfs2 \
2010-09-30 03:42:46 -04:00
::devel/popt \
::audio/libcanberra
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
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>
2007-04-27 18:24:54 -04:00
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"