pkgsrc/lang/python23-pth/buildlink2.mk
drochner eac7ba6335 Python-2.3 with thread support. Tested on -current/i386 only so far
(this means, GNU pth support is untested).
Suffers from stack shortage problems, thus doesn't get far in its
selftest suite.
2003-08-04 08:29:31 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/08/04 08:29:32 drochner Exp $
.if !defined(PYTHON23_BUILDLINK2_MK)
PYTHON23_BUILDLINK2_MK= # defined
.include "../../mk/bsd.prefs.mk"
BUILDLINK_PACKAGES+= python23pth
BUILDLINK_PKGBASE.python23pth?= python23-pth
BUILDLINK_DEPENDS.python23pth?= python23-pth>=2.3
BUILDLINK_PKGSRCDIR.python23pth?= ../../lang/python23-pth
.if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python23pth?= ${BUILDLINK_DEPMETHOD.python}
.endif
EVAL_PREFIX+= BUILDLINK_PREFIX.python23pth=python23-pth
BUILDLINK_PREFIX.python23pth_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES_CMD.python23pth= \
${BUILDLINK_PLIST_CMD.python23pth} | \
${GREP} '^\(include\|lib.*/lib[^/]*$$\)'
BUILDLINK_TRANSFORM+= l:python:python2p3
BUILDLINK_CPPFLAGS.python23pth+= \
-I${BUILDLINK_PREFIX.python23pth}/include/python2p3
BUILDLINK_LDFLAGS.python23pth+= \
-L${BUILDLINK_PREFIX.python23pth}/lib/python2p3/config \
-Wl,-R${BUILDLINK_PREFIX.python23pth}/lib/python2p3/config
BUILDLINK_TARGETS+= python23pth-buildlink
python23pth-buildlink: _BUILDLINK_USE
.endif # PYTHON23_BUILDLINK2_MK