Add buildlink2.mk
This commit is contained in:
parent
bf1443b754
commit
180505c995
1 changed files with 22 additions and 0 deletions
22
py-twisted/buildlink2.mk
Normal file
22
py-twisted/buildlink2.mk
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1 2004/01/04 10:18:52 mpasternak Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use py-twisted.
|
||||
#
|
||||
|
||||
.if !defined(PY_TWISTED_BUILDLINK2_MK)
|
||||
PY_TWISTED_BUILDLINK2_MK= # defined
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
BUILDLINK_PACKAGES+= ${PYPKGPREFIX}-twisted
|
||||
BUILDLINK_DEPENDS.${PYPKGPREFIX}-Twisted?= ${PYPKGPREFIX}-twisted>=1.1.1
|
||||
BUILDLINK_PKGSRCDIR.${PYPKGPREFIX}-Twisted?= ../../wip/py-twisted
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.${PYPKGPREFIX}-Twisted=${PYPKGPREFIX}-twisted
|
||||
BUILDLINK_PREFIX.${PYPKGPREFIX}-Twisted_DEFAULT= ${LOCALBASE}
|
||||
|
||||
BUILDLINK_TARGETS+= ${PYPKGPREFIX}-Twisted-buildlink
|
||||
|
||||
${PYPKGPREFIX}-Twisted-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # PY_TWISTED_BUILDLINK2_MK
|
Loading…
Reference in a new issue