freebsd-ports/databases/libmongo-client/Makefile
Jason E. Hale bf6a98f854 - Update maintainer email address
PR:		ports/183415, ports/183418, ports/183419, ports/183421
Submitted by:	Denis Generalov <gd.workbox@gmail.com> (maintainer)
2013-10-29 12:25:59 +00:00

30 lines
692 B
Makefile

# 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>