# $NetBSD: Makefile,v 1.40 2014/04/30 14:19:41 wiz Exp $ DISTNAME= glusterfs-3.5.0 PKGREVISION= 2 CATEGORIES= filesystems MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gluster.org/ COMMENT= Cluster filesystem LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= flex bison CONFIGURE_ARGS+= --disable-fusermount CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= CFLAGS=${CFLAGS:M*:Q}\ -DDEBUG # Make sure we do not attept to link with -lfl # Only libfl.a is available, and libtool wants libfl.so MAKE_FLAGS+= LEXLIB="" MAKE_FLAGS+= libglusterfs_la_LIBADD="" MAKE_ENV+= AM_MAKEFLAGS=${MAKE_FLAGS:Q} REPLACE_PYTHON= api/examples/gfapi.py REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py REPLACE_PYTHON+= gen-headers.py REPLACE_PYTHON+= tests/bugs/overlap.py REPLACE_PYTHON+= tests/utils/create-files.py SUBST_CLASSES+= mtab SUBST_STAGE.mtab= post-build SUBST_FILES.mtab= doc/mount.glusterfs.8 SUBST_FILES.mtab= libglusterfs/src/compat.h SUBST_FILES.mtab= xlators/mount/fuse/utils/mount.glusterfs.in SUBST_SED.mtab= -e "s,/etc/mtab,/proc/mounts,g" SUBST_CLASSES+= etc SUBST_STAGE.etc= pre-build SUBST_FILES.etc+= libglusterfs/src/logging.c SUBST_FILES.etc+= extras/ocf/volume SUBST_FILES.etc+= doc/glusterfsd.8 SUBST_SED.etc= -e "s,/etc/gluster,${PREFIX}/etc/gluster,g" SUBST_CLASSES+= vol SUBST_STAGE.vol= post-build SUBST_FILES.vol= extras/Makefile SUBST_SED.vol= -e "s/glusterd.vol/glusterd.vol.sample/g" EGDIR= ${PREFIX}/etc/glusterfs CONF_FILES+= ${EGDIR}/glusterd.vol.sample ${EGDIR}/glusterd.vol OWN_DIRS+= ${VARBASE}/log/glusterfs BUILD_DEFS+= VARBASE RCD_SCRIPTS= glusterfsd glusterd PLIST_SRC= ${PLIST_SRC_DFLT} PLIST_SUBST+= VARBASE=${VARBASE} PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS} pre-build: cd ${WRKSRC} && ./gen-headers.py post-build: cp ${WRKSRC}/extras/glusterd.vol ${WRKSRC}/extras/glusterd.vol.sample post-install: ${INSTALL_SCRIPT} ${DESTDIR}/sbin/mount.glusterfs \ ${DESTDIR}/${PREFIX}/sbin/mount.glusterfs # Debug CFLAGS+= -g INSTALL_UNSTRIPPED= yes .include "../../devel/boehm-gc/buildlink3.mk" CFLAGS+=-DGC_DEBUG CFLAGS+=-include gc.h LIBS+=-lgc .include "options.mk" .include "../../mk/bsd.prefs.mk" .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .if ${OPSYS} == "NetBSD" #.include "../../filesystems/perfuse/buildlink3.mk" .endif .include "../../mk/bsd.pkg.mk"