# Created by: Denis Generalov # $FreeBSD$ PORTNAME= libmongo-client PORTVERSION= 0.1.6.3 CATEGORIES= databases MAINTAINER= gd.workbox@gmail.com COMMENT= Alternative C driver for MongoDB LICENSE= APACHE20 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