mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
28 lines
556 B
Makefile
28 lines
556 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vsqlite
|
|
PORTVERSION= 0.3.13
|
|
PORTREVISION= 17
|
|
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>
|