2003-06-12 15:53:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:53:49 marcm Exp $
|
2003-01-31 14:08:33 -05:00
|
|
|
|
|
|
|
COMMENT= "GNOME Virtual File System"
|
|
|
|
|
2003-06-12 15:53:49 -04:00
|
|
|
VERSION= 2.2.3
|
2003-01-31 14:08:33 -05:00
|
|
|
DISTNAME= gnome-vfs-${VERSION}
|
|
|
|
PKGNAME= gnome-vfs2-${VERSION}
|
|
|
|
CATEGORIES= devel x11/gnome
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
|
2003-06-12 15:53:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.2/}
|
2003-01-31 14:08:33 -05:00
|
|
|
|
|
|
|
LIB_DEPENDS= bonobo-2::x11/gnome/libbonobo \
|
|
|
|
bz2::archivers/bzip2 \
|
|
|
|
cdda_paranoia,cdda_interface::audio/cdparanoia \
|
|
|
|
gconf-2::devel/gconf2
|
|
|
|
|
|
|
|
BUILD_DEPENDS= :pkgconfig->=0.8.0: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
|
|
|
|
|
2003-06-12 15:53:49 -04:00
|
|
|
CONFDIR= ${SYSCONFDIR}/gnome
|
2003-01-31 14:08:33 -05:00
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
2003-06-12 15:53:49 -04:00
|
|
|
CONFIGURE_STYLE= gnu old
|
2003-01-31 14:08:33 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2003-06-12 15:53:49 -04:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${CONFDIR}"
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
2003-01-31 14:08:33 -05:00
|
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-vfs2
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-06-12 15:53:49 -04:00
|
|
|
SUBST_VARS= CONFDIR
|
2003-01-31 14:08:33 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-vfs2; \
|
2003-06-12 15:53:49 -04:00
|
|
|
cp -Rp ${WRKINST}/${CONFDIR}/* ${PREFIX}/share/examples/gnome-vfs2/
|
2003-01-31 14:08:33 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|