diff options
author | cube <cube@pkgsrc.org> | 2004-01-02 09:14:59 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-02 09:14:59 +0000 |
commit | 669f7f8ed63dc1d17cb8ac71b52f0a9080f0b3f2 (patch) | |
tree | bcc872f97c1657bd9ff3a4bc1f97174a2d49e874 /mail | |
parent | 725d1bb60fac05887f02f2c515b7f077f9c2bdf1 (diff) | |
download | pkgsrc-669f7f8ed63dc1d17cb8ac71b52f0a9080f0b3f2.tar.gz |
Add a buildlink2.mk file for external plugins this time. It doesn't pull
in any dependency because plugins don't link with anything from the
sylpheed-claws package anyway, they just need headers.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws/buildlink2.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/sylpheed-claws/buildlink2.mk b/mail/sylpheed-claws/buildlink2.mk new file mode 100644 index 00000000000..8e8ff283bd1 --- /dev/null +++ b/mail/sylpheed-claws/buildlink2.mk @@ -0,0 +1,25 @@ +# $NetBSD: buildlink2.mk,v 1.1 2004/01/02 09:14:59 cube Exp $ +# +# This Makefile fragment is included by packages that use sylpheed-claws. +# +# This file was created automatically using createbuildlink 2.5. +# + +.if !defined(SYLPHEED_CLAWS_BUILDLINK2_MK) +SYLPHEED_CLAWS_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= sylpheed-claws +BUILDLINK_DEPENDS.sylpheed-claws?= sylpheed-claws>=0.9.7nb1 +BUILDLINK_PKGSRCDIR.sylpheed-claws?= ../../mail/sylpheed-claws + +EVAL_PREFIX+= BUILDLINK_PREFIX.sylpheed-claws=sylpheed-claws +BUILDLINK_PREFIX.sylpheed-claws_DEFAULT= ${LOCALBASE} +BUILDLINK_FILES.sylpheed-claws+= include/sylpheed/*.h +BUILDLINK_FILES.sylpheed-claws+= include/sylpheed/common/*.h +BUILDLINK_FILES.sylpheed-claws+= include/sylpheed/gtk/*.h + +BUILDLINK_TARGETS+= sylpheed-claws-buildlink + +sylpheed-claws-buildlink: _BUILDLINK_USE + +.endif # SYLPHEED_CLAWS_BUILDLINK2_MK |