summaryrefslogtreecommitdiff
path: root/lang/python26/buildlink3.mk
blob: 15e8995c48fc9b43f4d89ec2a7fe12281d61b7e9 (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
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $

BUILDLINK_TREE+=	python26

.if !defined(PYTHON26_BUILDLINK3_MK)
PYTHON26_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.python26+=	python26>=2.6
BUILDLINK_PKGSRCDIR.python26?=		../../lang/python26

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

BUILDLINK_INCDIRS.python26+=	include/python2.6
BUILDLINK_LIBDIRS.python26+=	lib/python2.6/config
BUILDLINK_TRANSFORM+=		l:python:python2.6

.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} != "IRIX"
.  include "../../mk/bdb.buildlink3.mk"
.endif

.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.endif # PYTHON26_BUILDLINK3_MK

BUILDLINK_TREE+=	-python26