openbsd-ports/x11/gnome/libbonobo/Makefile

46 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.54 2011/10/29 08:12:32 ajacoutot Exp $
COMMENT= GNOME component and compound document system
GNOME_PROJECT= libbonobo
GNOME_VERSION= 2.32.1
REVISION= 2
2011-07-26 11:36:26 -04:00
SHARED_LIBS += bonobo-activation 6.0 # .4.0
SHARED_LIBS += bonobo-2 2.0 # .0.0
CATEGORIES= devel
# GPLv2/LGPLv2.1
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
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 ffi
MODULES= devel/gettext \
x11/gnome
2010-11-22 03:36:47 -05:00
BUILD_DEPENDS= devel/popt
LIB_DEPENDS= devel/ORBit2 \
devel/glib2 \
textproc/libxml
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
# 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
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/libbonobo
pre-configure:
${SUBST_CMD} ${WRKSRC}/activation-server/bonobo-activation-server.1
.include <bsd.port.mk>