freebsd-ports/databases/memcachedb/Makefile
Thomas Zander 7ed1ce76d5 Transfer maintainership from Piotr Rybicki <piotr.rybicki@innervision.pl>
to  Keith Gaughan <k@stereochro.me>.
This has previously been proposed in bug 191045. Now, Piotr has given his
to transfer maintainership via personal e-mail to me and Keith.
2014-07-16 18:02:39 +00:00

28 lines
658 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= memcachedb
PORTVERSION= 1.2.0
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= k@stereochro.me
COMMENT= Distributed storage system designed for persistence
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent
CFLAGS+= -I"${BDB_INCLUDE_DIR}"
CONFIGURE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \
--with-libevent="${LOCALBASE}"
GNU_CONFIGURE= yes
LDFLAGS+= -l"${BDB_LIB_NAME}" -L"${LOCALBASE}/lib"
USE_BDB= 48
USE_RC_SUBR= ${PORTNAME}
post-install:
${MKDIR} ${STAGEDIR}/var/db/memcachedb
.include <bsd.port.mk>