1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/libbson/Makefile
Jason Unovitch 9108da9b6f devel/libbson: update 1.3.4 -> 1.3.5
PR:		209201
Submitted by:   Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
2016-05-03 01:51:35 +00:00

27 lines
478 B
Makefile

# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
# $FreeBSD$
PORTNAME= libbson
PORTVERSION= 1.3.5
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>