diff options
author | rh <rh@pkgsrc.org> | 2003-01-05 05:01:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-05 05:01:21 +0000 |
commit | 371620340b6522de25eab159e001b25c4a6db11f (patch) | |
tree | 234198d71494b88ce73b3191625c8bbde7324e67 /textproc/xml-i18n-tools | |
parent | 36c70e105ec6aae3919801c5ed480a5364354349 (diff) | |
download | pkgsrc-371620340b6522de25eab159e001b25c4a6db11f.tar.gz |
Add buildlink2.mk
Diffstat (limited to 'textproc/xml-i18n-tools')
-rw-r--r-- | textproc/xml-i18n-tools/buildlink2.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/xml-i18n-tools/buildlink2.mk b/textproc/xml-i18n-tools/buildlink2.mk new file mode 100644 index 00000000000..cd824a0f7a7 --- /dev/null +++ b/textproc/xml-i18n-tools/buildlink2.mk @@ -0,0 +1,20 @@ +# $NetBSD: buildlink2.mk,v 1.1 2003/01/05 05:01:21 rh Exp $ +# +# This Makefile fragment is included by packages that use xml-i18n-tools. +# + +.if !defined(XML_I18N_TOOLS_BUILDLINK2_MK) +XML_I18N_TOOLS_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= xml-i18n-tools +BUILDLINK_DEPENDS.xml-i18n-tools?= xml-i18n-tools>=0.9 +BUILDLINK_PKGSRCDIR.xml-i18n-tools?= ../../textproc/xml-i18n-tools + +EVAL_PREFIX+= BUILDLINK_PREFIX.xml-i18n-tools=xml-i18n-tools +BUILDLINK_PREFIX.xml-i18n-tools_DEFAULT= ${LOCALBASE} + +BUILDLINK_TARGETS+= xml-i18n-tools-buildlink + +xml-i18n-tools-buildlink: _BUILDLINK_USE + +.endif # XML_I18N_TOOLS_BUILDLINK2_MK |