blob: 860814ef963edd8455623c909d4460e127aab56e (
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@rambler-co.ru>
# $FreeBSD$
PORTNAME= libmongo-client
PORTVERSION= 0.1.6.3
CATEGORIES= databases
MAINTAINER= gd@rambler-co.ru
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>
|