2012-03-20 22:00:47 +01:00
|
|
|
# $NetBSD: builtin.mk,v 1.3 2012/03/20 21:00:47 adam Exp $
|
2011-11-09 02:30:19 +01:00
|
|
|
|
|
|
|
BUILTIN_PKG:= sqlite3
|
|
|
|
|
|
|
|
PKGCONFIG_FILE.sqlite3= /usr/lib/pkgconfig/sqlite3.pc
|
|
|
|
PKGCONFIG_BASE.sqlite3= /usr
|
|
|
|
|
|
|
|
.include "../../mk/buildlink3/pkgconfig-builtin.mk"
|
2011-11-10 18:18:10 +01:00
|
|
|
|
|
|
|
###
|
|
|
|
### The section below only applies if we are not including this file
|
|
|
|
### solely to determine whether a built-in implementation exists.
|
|
|
|
###
|
|
|
|
|
2012-03-20 22:00:47 +01:00
|
|
|
CHECK_BUILTIN.sqlite3?= no
|
2011-11-10 18:18:10 +01:00
|
|
|
.if !empty(CHECK_BUILTIN.sqlite3:M[nN][oO])
|
|
|
|
|
|
|
|
. if !empty(USE_BUILTIN.sqlite3:M[yY][eE][sS])
|
2012-03-20 22:00:47 +01:00
|
|
|
BUILDLINK_PREFIX.sqlite3= /usr
|
|
|
|
BUILDLINK_FILES.sqlite3+= lib/pkgconfig/sqlite3.pc
|
2011-11-10 18:18:10 +01:00
|
|
|
. endif
|
|
|
|
|
|
|
|
.endif # CHECK_BUILTIN.sqlite3
|