freebsd-ports/databases/vsqlite/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

27 lines
556 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:${PORTSDIR}/devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= vinzenz
GH_PROJECT= vsqlite--
USES= autoreconf compiler:c++0x libtool
GNU_CONFIGURE= yes
USE_SQLITE= 3
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>