summaryrefslogtreecommitdiff
path: root/databases/sqlite3-threads/Makefile
blob: 80ceacfdbb9b439b90fcca0dde25c10a29f95628 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# New ports collection makefile for:	sqlite3-threads
# Date created:				07 March 2007
# Whom:					thierry@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	sqlite3

COMMENT=	An SQL database engine in a C library w/ Tcl wrapper and w/ threads

MASTERDIR=	${.CURDIR}/../../databases/sqlite3

USE_THOL=	yes

.include "${MASTERDIR}/Makefile"