blob: 134b5a7c9b3058c529c573b4b53fb4d70513d21f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: buildlink3.mk,v 1.17 2009/03/20 19:24:16 joerg Exp $
BUILDLINK_TREE+= libbonobo
.if !defined(LIBBONOBO_BUILDLINK3_MK)
LIBBONOBO_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.8.0
BUILDLINK_ABI_DEPENDS.libbonobo+= libbonobo>=2.10.1nb2
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; }
.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"
.endif # LIBBONOBO_BUILDLINK3_MK
BUILDLINK_TREE+= -libbonobo
|