summaryrefslogtreecommitdiff
path: root/databases/postgresql-lib/buildlink.mk
blob: 1441d2a69ac5099651785410bf5a132107fcc60f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# $NetBSD: buildlink.mk,v 1.1 2001/06/21 21:41:34 jlam Exp $
#
# This Makefile fragment is included by packages that use postgresql-lib.
#
# To use this Makefile fragment, simply:
#
# (1) Optionally define POSTGRESQL_LIB_REQD to the version of postgresql-lib
#     desired.
# (2) Include this Makefile fragment in the package Makefile,
# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
#     search path, and
# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
#     path.

.if !defined(POSTGRESQL_LIB_BUILDLINK_MK)
POSTGRESQL_LIB_BUILDLINK_MK=	# defined

.if defined(POSTGRESQL_LIB_REQD)
DEPENDS+=	postgresql-lib>=${POSTGRESQL_LIB_REQD}:../../databases/postgresql-lib
.else
DEPENDS+=	postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
.endif

BUILDLINK_PREFIX.postgresql-lib=	${LOCALBASE}
BUILDLINK_FILES.postgresql-lib=		include/pgsql/*/*.h
BUILDLINK_FILES.postgresql-lib+=	include/pgsql/*.h
BUILDLINK_FILES.postgresql-lib+=	lib/libecpg.*
BUILDLINK_FILES.postgresql-lib+=	lib/libpgeasy.*
BUILDLINK_FILES.postgresql-lib+=	lib/libpq++.*
BUILDLINK_FILES.postgresql-lib+=	lib/libpq.*

.include "../../security/openssl/buildlink.mk"

BUILDLINK_TARGETS.postgresql-lib=	postgresql-lib-buildlink
BUILDLINK_TARGETS+=			${BUILDLINK_TARGETS.postgresql-lib}

pre-configure: ${BUILDLINK_TARGETS.postgresql-lib}
postgresql-lib-buildlink: _BUILDLINK_USE

.include "../../mk/bsd.buildlink.mk"

.endif	# POSTGRESQL_LIB_BUILDLINK_MK