1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/misc/dynomite/Makefile
2020-08-28 20:22:15 +00:00

28 lines
505 B
Makefile

# $FreeBSD$
PORTNAME= dynomite
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.21
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Generic dynamo implementation for different k-v storage engines
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf gmake libtool ssl
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= Netflix
LDFLAGS+= -lexecinfo
CFLAGS+= -fcommon
PLIST_FILES= bin/dynomite-hash-tool \
man/man8/dynomite.8.gz \
sbin/dynomite \
sbin/dynomite-test
.include <bsd.port.mk>