summaryrefslogtreecommitdiffstats
path: root/devel/libbson/Makefile
blob: 9d92f2db2a55275a5583a29a5a41318eb3c263c0 (plain)
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
# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
# $FreeBSD$

PORTNAME=	libbson
PORTVERSION=	1.3.4
CATEGORIES=	devel

MAINTAINER=	ports@bsdserwis.com
COMMENT=	BSON utility library

LICENSE=	APACHE20

USE_GITHUB=	yes
GH_ACCOUNT=	mongodb

USES=		gmake pkgconfig autoreconf libtool
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

pre-configure:
#	cd ${WRKSRC} && ./autogen.sh

MAKE_ARGS=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"

.include <bsd.port.mk>
OpenPOWER on IntegriCloud