diff options
Diffstat (limited to 'lang/python23/buildlink2.mk')
-rw-r--r-- | lang/python23/buildlink2.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/python23/buildlink2.mk b/lang/python23/buildlink2.mk deleted file mode 100644 index 40ef6fc19ca..00000000000 --- a/lang/python23/buildlink2.mk +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.3 2004/03/26 02:27:42 wiz Exp $ - -.if !defined(PYTHON23_BUILDLINK2_MK) -PYTHON23_BUILDLINK2_MK= # defined - -.include "../../mk/bsd.prefs.mk" - -BUILDLINK_PACKAGES+= python23 -BUILDLINK_PKGBASE.python23?= python23 -BUILDLINK_DEPENDS.python23?= python23>=2.3 -BUILDLINK_RECOMMENDED.python23?= python23>=2.3.3nb2 -BUILDLINK_PKGSRCDIR.python23?= ../../lang/python23 - -.if defined(BUILDLINK_DEPMETHOD.python) -BUILDLINK_DEPMETHOD.python23?= ${BUILDLINK_DEPMETHOD.python} -.endif - -EVAL_PREFIX+= BUILDLINK_PREFIX.python23=python23 -BUILDLINK_PREFIX.python23_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES_CMD.python23= \ - ${BUILDLINK_PLIST_CMD.python23} | \ - ${EGREP} '^(include|lib.*/lib[^/]*$$)' -BUILDLINK_TRANSFORM+= l:python:python2.3 - -BUILDLINK_CPPFLAGS.python23+= \ - -I${BUILDLINK_PREFIX.python23}/include/python2.3 -BUILDLINK_LDFLAGS.python23+= \ - -L${BUILDLINK_PREFIX.python23}/lib/python2.3/config \ - -Wl,-R${BUILDLINK_PREFIX.python23}/lib/python2.3/config - -BUILDLINK_TARGETS+= python23-buildlink - -python23-buildlink: _BUILDLINK_USE - -.endif # PYTHON23_BUILDLINK2_MK |