2004-06-22 23:26:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2004/06/23 03:26:13 marcm Exp $
|
2003-01-31 13:51:03 -05:00
|
|
|
|
|
|
|
COMMENT= "GNOME component and compound document system"
|
|
|
|
|
2004-06-22 23:26:11 -04:00
|
|
|
DISTNAME= libbonobo-2.6.2
|
2003-01-31 13:51:03 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-06-22 23:26:11 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.6/}
|
2003-01-31 13:51:03 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MODULES= gettext
|
|
|
|
|
2004-06-22 23:26:11 -04:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
|
|
|
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
2003-10-07 01:48:53 -04:00
|
|
|
LIB_DEPENDS= ORBit-2,ORBitCosNaming-2::devel/ORBit2 \
|
|
|
|
xml2.6::textproc/libxml
|
2003-01-31 13:51:03 -05:00
|
|
|
|
2003-10-07 01:48:53 -04:00
|
|
|
CONFDIR= ${SYSCONFDIR}/gnome
|
2003-01-31 13:51:03 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
USE_GMAKE= Yes
|
2003-10-07 01:48:53 -04:00
|
|
|
CONFIGURE_STYLE= gnu old
|
2003-01-31 13:51:03 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2003-10-07 01:48:53 -04:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${CONFDIR}"
|
2003-01-31 13:51:03 -05:00
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-10-07 01:48:53 -04:00
|
|
|
SUBST_VARS= CONFDIR
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libbonobo; \
|
|
|
|
cp -Rp ${WRKINST}/${CONFDIR}/* ${PREFIX}/share/examples/libbonobo/
|
2003-01-31 13:51:03 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|