bf6a98f854
PR: ports/183415, ports/183418, ports/183419, ports/183421 Submitted by: Denis Generalov <gd.workbox@gmail.com> (maintainer)
30 lines
692 B
Makefile
30 lines
692 B
Makefile
# Created by: Denis Generalov <gd.workbox@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmongo-client
|
|
PORTVERSION= 0.1.6.3
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= gd.workbox@gmail.com
|
|
COMMENT= Alternative C driver for MongoDB
|
|
|
|
LICENSE= AL2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= algernon
|
|
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
|
|
GH_COMMIT= ff123ed # should be 9cbb488, but does not
|
|
|
|
USE_AUTOTOOLS= automake autoconf libtool
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig gmake pathfix
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ENV+= PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig
|
|
PATHFIX_MAKEFILEIN=Makefile.am
|
|
|
|
run-autotools:
|
|
@cd ${CONFIGURE_WRKSRC} && \
|
|
${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
|
|
|
|
.include <bsd.port.mk>
|