opnsense-ports/sysutils/cmogstored/Makefile
Franco Fichtner b59c460a67 */*: sync with upstream
Taken from: HardenedBSD
2018-07-03 10:11:41 +02:00

29 lines
804 B
Makefile

# Created by: Mikolaj Golub <trociny@FreeBSD.org>
# $FreeBSD$
PORTNAME= cmogstored
PORTVERSION= 1.6.0
CATEGORIES= sysutils
MASTER_SITES= http://bogomips.org/cmogstored/files/
MAINTAINER= trociny@FreeBSD.org
COMMENT= Alternative mogstored implementation for MogileFS
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_HARDENING= pie:off relro:off
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'
BROKEN_powerpc64= fails to build: internal compiler error: Segmentation fault
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>