pkgsrc/devel/libbonobo/buildlink3.mk
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

34 lines
1.2 KiB
Makefile

# $NetBSD: buildlink3.mk,v 1.10 2004/10/03 00:13:29 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBBONOBO_BUILDLINK3_MK:= ${LIBBONOBO_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= libbonobo
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibbonobo}
BUILDLINK_PACKAGES+= libbonobo
.if !empty(LIBBONOBO_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.libbonobo+= libbonobo>=2.8.0
BUILDLINK_RECOMMENDED.libbonobo+= libbonobo>=2.8.0nb1
BUILDLINK_PKGSRCDIR.libbonobo?= ../../devel/libbonobo
BUILDLINK_FILES.libbonobo+= share/idl/bonobo-2.0/*
BUILDLINK_FILES.libbonobo+= share/idl/bonobo-activation-2.0/*
PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo$$/ { next; }
PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo\/(monikers|servers)$$/ \
{ print "@comment in libbonobo: " $$0; next; }
PRINT_PLIST_AWK+= /^@dirrm lib\/bonobo-2.0\/samples$$/ \
{ print "@comment in libbonobo: " $$0; next; }
.endif # LIBBONOBO_BUILDLINK3_MK
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}