summaryrefslogtreecommitdiff
path: root/lang/python22-pth/buildlink3.mk
blob: c6450e5617b39a729ed0458758dd76d02dbcc152 (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
# $NetBSD: buildlink3.mk,v 1.1 2004/01/25 14:15:33 recht Exp $
#

BUILDLINK_DEPTH:=	${BUILDLINK_DEPTH}+
PYTHON22_PTH_BUILDLINK3_MK:=	${PYTHON22_PTH_BUILDLINK3_MK}+

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+=	python22-pth
.endif

.if !empty(PYTHON22_PTH_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+=			python22-pth
BUILDLINK_DEPENDS.python22-pth?=		python22-pth>=2.2.3
BUILDLINK_PKGSRCDIR.python22-pth?=		../../lang/python22-pth

.if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python22pth?=	${BUILDLINK_DEPMETHOD.python}
.endif

BUILDLINK_TRANSFORM+=		l:python:python2p2

BUILDLINK_CPPFLAGS.python22pth+= \
	-I${BUILDLINK_PREFIX.python22pth}/include/python2p2
BUILDLINK_LDFLAGS.python22pth+= \
	-L${BUILDLINK_PREFIX.python22pth}/lib/python2p2/config		\
	-Wl,-R${BUILDLINK_PREFIX.python22pth}/lib/python2p2/config

.endif # PYTHON22_PTH_BUILDLINK3_MK

BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}