[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / gnome-vfs

File: [cvs.NetBSD.org] / pkgsrc / sysutils / gnome-vfs / Attic / Makefile (download)

Revision 1.8, Fri Apr 6 22:03:07 2001 UTC (23 years ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.7: +14 -14 lines

Update gnome-vfs to 1.0.  Changes include performance improvements through
a revamped pthread backend, several API cleanups, and numerous bug fixes.

# $NetBSD: Makefile,v 1.8 2001/04/06 22:03:07 rh Exp $
#

DISTNAME=		gnome-vfs-1.0
CATEGORIES=		sysutils gnome
MASTER_SITES=		${MASTER_SITE_GNOME:=unstable/sources/gnome-vfs/}

MAINTAINER=		rh@netbsd.org
HOMEPAGE=		http://www.gnome.org/
COMMENT=		GNOME Virtual File System

BUILD_DEPENDS+=		autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+=		automake-1.4:../../devel/automake
DEPENDS+=		GConf>=1.0.0:../../devel/GConf

USE_X11BASE=		YES
USE_GMAKE=		YES
USE_LIBTOOL=		YES
LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig

GNU_CONFIGURE=		YES

pre-configure:
	cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake

.include "../../mk/bsd.pkg.mk"