1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/glusterfs/Makefile

49 lines
1.3 KiB
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= glusterfs
PORTVERSION= 3.9.0
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
MAINTAINER= craig001@lerwick.hopto.org
COMMENT= GlusterFS distributed file system
LICENSE= GPLv2 LGPL3
LICENSE_COMB= dual
LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu
USE_GCC= any
USES= bison gettext libtool pkgconfig python readline shebangfix \
sqlite ssl
SHEBANG_FILES= extras/ganesha/scripts/create-export-ganesha.sh \
extras/ganesha/scripts/dbus-send.sh \
extras/ganesha/scripts/ganesha-ha.sh \
extras/ganesha/scripts/generate-epoch.py \
extras/peer_add_secret_pub.in \
tools/glusterfind/S57glusterfind-delete-post.py
USE_GNOME= glib20 libxml2
USE_LDCONFIG= yes
USE_RC_SUBR= glusterd
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
--with-mountutildir=${PREFIX}/sbin \
--localstatedir=/var \
--disable-epoll \
--enable-glupy \
--disable-georeplication \
ac_cv_lib_aio_io_setup=no ac_cv_func_fallocate=no \
ac_cv_func_setfsuid=no ac_cv_func_fdatasync=no \
ac_cv_func_llistxattr=no ac_cv_func_malloc_stats=no
CPPFLAGS+= -I"${LOCALBASE}/include"
LDFLAGS+= -L"${LOCALBASE}/lib" -largp
INSTALL_TARGET= install-strip
PLIST_SUB= GLUSTERLIBDIR="lib/${PORTNAME}/${PORTVERSION}"
KMODDIR?= /boot/modules
.include <bsd.port.mk>