33c3571556
Sync versions with the Gnome 2.4.1 release. Mostly bugfixes, too numerous to list :). This also addresses systrace issues and some config file issues from sturm@, and wireless applet support from djm@.
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.5 2003/12/01 04:13:06 marcm Exp $
|
|
|
|
COMMENT= "GNOME component and compound document system"
|
|
|
|
DISTNAME= libbonobo-2.4.2
|
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= gettext
|
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
LIB_DEPENDS= ORBit-2,ORBitCosNaming-2::devel/ORBit2 \
|
|
xml2.6::textproc/libxml
|
|
|
|
CONFDIR= ${SYSCONFDIR}/gnome
|
|
SEPARATE_BUILD= concurrent
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu old
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --sysconfdir="${CONFDIR}"
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
SUBST_VARS= CONFDIR
|
|
|
|
post-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libbonobo; \
|
|
cp -Rp ${WRKINST}/${CONFDIR}/* ${PREFIX}/share/examples/libbonobo/
|
|
|
|
.include <bsd.port.mk>
|