pkgsrc/sysutils/gnome-vfs/Makefile
wiz 6a914f9efe Move options handling into options.mk file, and include that from Makefile,
not Makefile.common.
Fixes gnome-vfs-smb installation problem reported by Jared D. McNeill
on pkgsrc-changes.
2008-12-01 14:41:52 +00:00

39 lines
940 B
Makefile

# $NetBSD: Makefile,v 1.72 2008/12/01 14:41:52 wiz Exp $
PKGREVISION= 1
PKGCONFIG_OVERRIDE= gnome-vfs-2.0.pc.in
PKGCONFIG_OVERRIDE+= gnome-vfs-module-2.0.pc.in
OWN_DIRS= ${PKG_SYSCONFDIR}/modules
EGFILES+= modules/default-modules.conf
EGFILES+= modules/ssl-modules.conf
GCONF_SCHEMAS= desktop_default_applications.schemas
GCONF_SCHEMAS+= desktop_gnome_url_handlers.schemas
GCONF_SCHEMAS+= system_dns_sd.schemas
GCONF_SCHEMAS+= system_http_proxy.schemas
GCONF_SCHEMAS+= system_smb.schemas
LDFLAGS.Darwin+= -lresolv
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.9.3
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
.include "Makefile.common"
.include "options.mk"
CONFIGURE_ARGS+= --enable-fam
CONFLICTS+= gnome-vfs2-[0-9]*
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/fam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"