43 lines
934 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.51 2011/10/29 08:12:32 ajacoutot Exp $
COMMENT= libraries for the GNOME project
GNOME_PROJECT= libgnome
2011-03-07 19:31:54 +00:00
GNOME_VERSION= 2.32.1
REVISION= 2
2011-07-26 15:36:26 +00:00
2010-04-20 11:07:05 +00: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
2011-09-12 12:04:16 +00:00
EXTRACT_SUFX= .tar.bz2
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 m pcre pthread
WANTLIB += ssl util xml2 z bonobo-2 bonobo-activation gnomevfs-2
WANTLIB += canberra ltdl ogg vorbis vorbisfile dbus-1 ffi
2011-03-07 19:31:54 +00:00
WANTLIB += dbus-glib-1 gio-2.0 glib-2.0 ORBit-2 ORBitCosNaming-2
WANTLIB += c crypto popt
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= x11/gnome/libbonobo \
x11/gnome/vfs2 \
devel/popt \
audio/libcanberra
2010-10-19 08:13:56 +00:00
USE_GROFF = Yes
MODGCONF2_SCHEMAS_DIR= libgnome
CONFIGURE_ARGS+= --disable-esd
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/libgnome/
.include <bsd.port.mk>