freebsd-ports/databases/vsqlite/Makefile
Mathieu Arnold 21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00

26 lines
539 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= vsqlite
PORTVERSION= 0.3.13
CATEGORIES= databases
MAINTAINER= kwm@FreeBSD.org
COMMENT= Well designed and portable SQLite3 Wrapper for C++
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libboost_random.so:devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= vinzenz
GH_PROJECT= vsqlite--
USES= autoreconf compiler:c++0x libtool sqlite:3
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>