Files
ports/sysutils/moosefs-chunkserver/Makefile
John Marino 2dc13b68e9 sysutils/moosefs-*: Upgrade version 1.6.27 => 1.6.27-5 and Stage support
This was a master and two slave ports.  Now each port stands alone, each
with it's own defined distinfo which allows for the separate mk to be
removed.

  * Ownership of slave ports restored to chifeng.  They were reset in
    error because their staging was combined with master staging
  * Configure locations uniformly fixed to /etc/mfs
  * cgiserv now runs as unpriviledged user
  * Fixes ability to reload config without restarting
  * Uses @sample keyword for config files now
  * fixes -master, -chunkserver, and -client ports

PR:		191046
Submitted by:	takeda (takeda.tk)
Approved by:	maintainer (chifeng)
Minor fixes:	marino
2014-07-12 10:16:57 +00:00

40 lines
903 B
Makefile

# Created by: Chifeng Qu <chifeng@gmail.com>
# $FreeBSD$
PORTNAME= moosefs
DISTVERSION= 1.6.27-5
CATEGORIES= sysutils
MASTER_SITES= http://www.moosefs.org/tl_files/mfscode/ \
http://ports.quxingwen.com/dist/mfs/
PKGNAMESUFFIX= -chunkserver
DISTNAME= mfs-${DISTVERSION}
MAINTAINER= chifeng@gmail.com
COMMENT= Storing file data and synchronizing it among themselves
LICENSE= GPLv3
WRKSRC= ${WRKDIR}/mfs-1.6.27
USERS= mfs
GROUPS= mfs
GNU_CONFIGURE= yes
USE_RC_SUBR= mfschunkserver
SUB_FILES= pkg-message
CONFIGURE_ARGS= --localstatedir=/var \
--enable-mfschunkserver \
--disable-mfsmaster \
--disable-mfsmount \
--disable-mfscgi \
--disable-mfscgiserv \
--bindir=${PREFIX}/sbin \
--with-default-user=mfs \
--with-default-group=mfs
post-patch:
${REINPLACE_CMD} -e 's;^general_mans;#general_mans;g' \
${WRKSRC}/doc/Makefile.am ${WRKSRC}/doc/Makefile.in
.include <bsd.port.mk>