summaryrefslogtreecommitdiff
path: root/databases/libmongo-client/Makefile
blob: 8d88a8aea2b42037e6d9fe84475ff6edd610b3b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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>