openbsd-ports/x11/gnome/libgnome/Makefile

45 lines
991 B
Makefile
Raw Normal View History

2012-09-29 06:52:27 -04:00
# $OpenBSD: Makefile,v 1.52 2012/09/29 10:52:28 ajacoutot Exp $
COMMENT= libraries for the GNOME project
GNOME_PROJECT= libgnome
2011-03-07 14:31:54 -05:00
GNOME_VERSION= 2.32.1
2012-09-29 06:52:27 -04:00
REVISION= 3
2011-07-26 11:36:26 -04:00
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
2011-09-12 08:04:16 -04: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 14:31:54 -05: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 03:36:47 -05:00
LIB_DEPENDS= x11/gnome/libbonobo \
x11/gnome/vfs2 \
devel/popt \
audio/libcanberra
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
MODGCONF2_SCHEMAS_DIR= libgnome
CONFIGURE_ARGS+= --disable-esd
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/libgnome/
2012-09-29 06:52:27 -04:00
post-install:
rm ${PREFIX}/lib/bonobo/monikers/*.{a,la}
.include <bsd.port.mk>