2010-09-30 03:41:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.41 2010/09/30 07:41:43 ajacoutot Exp $
|
2003-01-31 13:51:03 -05:00
|
|
|
|
2009-10-10 04:19:48 -04:00
|
|
|
COMMENT= GNOME component and compound document system
|
2003-01-31 13:51:03 -05:00
|
|
|
|
2009-10-10 04:19:48 -04:00
|
|
|
GNOME_PROJECT= libbonobo
|
2010-09-30 03:41:43 -04:00
|
|
|
GNOME_VERSION= 2.32.0
|
2010-07-25 04:15:32 -04:00
|
|
|
|
2007-11-10 09:43:39 -05:00
|
|
|
SHARED_LIBS += bonobo-activation 6.0 # .4.0
|
|
|
|
SHARED_LIBS += bonobo-2 2.0 # .0.0
|
2009-10-10 04:19:48 -04:00
|
|
|
|
|
|
|
CATEGORIES= devel
|
2003-01-31 13:51:03 -05:00
|
|
|
|
2008-11-21 13:31:50 -05:00
|
|
|
# GPLv2/LGPLv2.1
|
2003-01-31 13:51:03 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-10 09:43:39 -05:00
|
|
|
|
2010-09-30 03:41:43 -04:00
|
|
|
WANTLIB += c m pcre pthread z ORBit-2 ORBitCosNaming-2 glib-2.0
|
|
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 xml2 gio-2.0
|
2003-01-31 13:51:03 -05:00
|
|
|
|
2009-10-10 04:19:48 -04:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
2003-01-31 13:51:03 -05:00
|
|
|
|
2009-10-10 04:19:48 -04:00
|
|
|
BUILD_DEPENDS= ::devel/popt
|
2010-07-25 04:15:32 -04:00
|
|
|
LIB_DEPENDS= ::devel/ORBit2 \
|
|
|
|
::devel/glib2 \
|
2010-09-30 03:41:43 -04:00
|
|
|
::textproc/libxml
|
2003-01-31 13:51:03 -05:00
|
|
|
|
2009-10-10 10:05:15 -04:00
|
|
|
# popt usage is deprecated in gnome, but the header file is still included
|
|
|
|
# from some libbonobo header and might still be used inside libbonobo
|
|
|
|
RUN_DEPENDS= ::devel/popt
|
|
|
|
|
2010-09-30 03:41:43 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-gtk-doc
|
2009-10-10 04:19:48 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-10-07 01:48:53 -04:00
|
|
|
|
2009-10-10 04:19:48 -04:00
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/libbonobo
|
2008-12-20 10:24:35 -05:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/activation-server/bonobo-activation-server.1
|
2003-01-31 13:51:03 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
2007-04-27 18:20:41 -04:00
|
|
|
|
2009-10-10 04:19:48 -04:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|