mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
26 lines
537 B
Makefile
26 lines
537 B
Makefile
# Created by: Denis Generalov <gd.workbox@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmongo-client
|
|
PORTVERSION= 0.1.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= gd.workbox@gmail.com
|
|
COMMENT= Alternative C driver for MongoDB
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= algernon
|
|
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
|
|
GH_COMMIT= ff123ed # should be 9cbb488, but does not
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf libtool pkgconfig gmake pathfix
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
PATHFIX_MAKEFILEIN=Makefile.am
|
|
|
|
.include <bsd.port.mk>
|