mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4fb1cfb1cd
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
31 lines
697 B
Makefile
31 lines
697 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= APACHE20
|
|
|
|
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>
|