cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on.
12 lines
331 B
Makefile
12 lines
331 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/13 13:18:23 helgoman Exp $
|
|
|
|
BUILDLINK_TREE+= cx_Freeze
|
|
|
|
.if !defined(CX_FREEZE_BUILDLINK3_MK)
|
|
CX_FREEZE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cx_Freeze+= cx_Freeze>=4.1.2nb1
|
|
BUILDLINK_PKGSRCDIR.cx_Freeze?= ../../wip/cxfreeze
|
|
.endif # CX_FREEZE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cx_Freeze
|