pkgsrc/devel/py-zconfig/buildlink2.mk
drochner 6a7f1ba6bf add ZConfig-1.0, a Python configuration library for those who don't like
the Windows-ini-file-like stuff which comes with the base pkg
2003-07-25 16:04:09 +00:00

12 lines
375 B
Makefile

# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/07/25 16:04:09 drochner Exp $
.if !defined(PY_ZCONFIG_BUILDLINK2_MK)
PY_ZCONFIG_BUILDLINK2_MK= # defined
.include "../../lang/python/pyversion.mk"
BUILDLINK_PACKAGES+= pyzconfig
BUILDLINK_DEPENDS.pyzconfig?= ${PYPKGPREFIX}-zconfig-[0-9]*
BUILDLINK_PKGSRCDIR.pyzconfig?= ../../devel/py-zconfig
.endif # PY_ZCONFIG_BUILDLINK2_MK