pkgsrc/lang/py-cxfreeze/buildlink3.mk
drochner aa53b1ea2f add py-cxfreeze-4.2, a (sort of) compiler which makes a standalone
executable of a Python script, from Helge Muehlmeier per pkgsrc-wip

This pkg abuses Python distutils in a non-portable way, so I've
added a hack which relinks the startup code behind setuptools'
back. This is easier than patching the setup.py script into doing trt.
2010-08-15 10:45:57 +00:00

14 lines
392 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/08/15 10:45:57 drochner Exp $
BUILDLINK_TREE+= cx_Freeze
.if !defined(CX_FREEZE_BUILDLINK3_MK)
CX_FREEZE_BUILDLINK3_MK:=
.include "../../lang/python/pyversion.mk"
BUILDLINK_API_DEPENDS.cx_Freeze+= ${PYPKGPREFIX}-cxfreeze>=4.1.2nb1
BUILDLINK_PKGSRCDIR.cx_Freeze?= ../../lang/py-cxfreeze
.endif # CX_FREEZE_BUILDLINK3_MK
BUILDLINK_TREE+= -cx_Freeze