pkgsrc-wip/cxfreeze/buildlink3.mk
Helge Muehlmeier 7df9685855 Import cx_Freeze-4.1.2nb1 as wip/cxfreeze.
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.
2010-03-13 13:18:23 +00:00

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