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.
This commit is contained in:
cube 2004-01-02 09:14:59 +00:00
parent 2d0f5fd593
commit 096071706e

View file

@ -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