freebsd-ports/databases/beansdb/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

23 lines
468 B
Makefile

# New ports collection makefile for: beansdb
# Date created: 2010-03-27
# Whom: Qing Feng <qingfeng@douban.com>
#
# $FreeBSD$
#
PORTNAME= beansdb
PORTVERSION= 0.5.3
PORTREVISION= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= qingfeng@douban.com
COMMENT= Yet anonther distributed key-value storage system from Douban Inc
GNU_CONFIGURE= yes
CFLAGS+= ${PTHREAD_LIBS}
MAN1= beansdb.1
PLIST_FILES= bin/beansdb
.include <bsd.port.mk>