openbsd-ports/x11/gnome/vfs/Makefile
nino ce57f5804b Update to gnome-vfs 1.0.4
* portability fixes, fixes for FTP directory loading, detect Koffice
MIME-types, random crash and leak fixes, SSL and https support, fix NFS
method, fix buffer overflow, nntp module.

Ok naddy@, with additional testing by fries@.
2002-02-15 19:11:16 +00:00

42 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.12 2002/02/15 19:11:16 nino Exp $
COMMENT= "GNOME Virtual File System"
DISTNAME= gnome-vfs-1.0.4
CATEGORIES= devel x11/gnome
NEED_VERSION= 1.504
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Nils Nordman <nino@nforced.com>
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-vfs
LIB_DEPENDS= gnome.36::x11/gnome/libs \
xml.9::textproc/libxml1 \
gconf-1,gconf-gtk-1::devel/gconf \
cdda_paranoia,cdda_interface::audio/cdparanoia \
bz2::archivers/bzip2 \
gthread::devel/glib
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:gnome-mime-data-*:x11/gnome/mime-data
RUN_DEPENDS= :gnome-mime-data-*:x11/gnome/mime-data
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-vfs; \
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-vfs/
.include <bsd.port.mk>