1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/sysutils/cmogstored/Makefile
2021-04-06 16:31:07 +02:00

28 lines
697 B
Makefile

# Created by: Mikolaj Golub <trociny@FreeBSD.org>
PORTNAME= cmogstored
PORTVERSION= 1.8.1
CATEGORIES= sysutils
MASTER_SITES= http://yhbt.net/cmogstored/files/
MAINTAINER= trociny@FreeBSD.org
COMMENT= Alternative mogstored implementation for MogileFS
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_mips= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4'
BROKEN_mips64= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4'
USES= compiler:c11
PLIST_FILES= sbin/cmogstored \
man/man1/cmogstored.1.gz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin
USE_RC_SUBR= cmogstored
TEST_TARGET= check
.include <bsd.port.mk>