openbsd-ports/x11/gnome/vfs2/Makefile
marcm d7ffacf681 Update to Gnome 2.4.0.
Release notes available at: http://www.gnome.org/start/2.4/notes/

Please note that x11/gnome/bonobo-activation is now part of libbonobo
2003-10-07 05:48:53 +00:00

50 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.4 2003/10/07 05:48:56 marcm Exp $
COMMENT= "GNOME Virtual File System"
VERSION= 2.4.0
DISTNAME= gnome-vfs-${VERSION}
PKGNAME= gnome-vfs2-${VERSION}
CATEGORIES= devel x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.4/}
MODULES= gettext
LIB_DEPENDS= bonobo-2,bonobo-activation::x11/gnome/libbonobo \
bz2::archivers/bzip2 \
cdda_paranoia,cdda_interface::audio/cdparanoia \
gconf-2::devel/gconf2
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:gnome-mime-data->=2.0.0:x11/gnome/mime-data
RUN_DEPENDS= :gnome-mime-data->=2.0.0:x11/gnome/mime-data
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFDIR= ${SYSCONFDIR}/gnome
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu old
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --sysconfdir="${CONFDIR}"
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-vfs2
CONFIGURE_ARGS+= --disable-ipv6
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
SUBST_VARS= CONFDIR
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-vfs2; \
cp -Rp ${WRKINST}/${CONFDIR}/* ${PREFIX}/share/examples/gnome-vfs2/
.include <bsd.port.mk>