2011-10-29 04:12:31 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.54 2011/10/29 08:12:32 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
|
2011-04-04 09:31:32 -04:00
|
|
|
GNOME_VERSION= 2.32.1
|
2010-07-25 04:15:32 -04:00
|
|
|
|
2011-10-29 04:12:31 -04:00
|
|
|
REVISION= 2
|
2011-07-26 11:36:26 -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
|
|
|
|
2011-09-12 08:04:16 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2010-09-30 03:41:43 -04:00
|
|
|
WANTLIB += c m pcre pthread z ORBit-2 ORBitCosNaming-2 glib-2.0
|
2011-10-29 04:12:31 -04:00
|
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 xml2 gio-2.0 ffi
|
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
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
BUILD_DEPENDS= devel/popt
|
|
|
|
LIB_DEPENDS= devel/ORBit2 \
|
|
|
|
devel/glib2 \
|
|
|
|
textproc/libxml
|
2003-01-31 13:51:03 -05:00
|
|
|
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2010-10-18 09:18:13 -04: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
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= devel/popt
|
2009-10-10 10:05:15 -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>
|