summaryrefslogtreecommitdiff
path: root/www/gtkhtml314/buildlink3.mk
blob: 11df9e3b5ce57275723433e9791f12e186f7879d (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.4 2007/09/21 13:04:27 wiz Exp $

BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH}+
GTKHTML314_BUILDLINK3_MK:=	${GTKHTML314_BUILDLINK3_MK}+

.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+=	gtkhtml314
.endif

BUILDLINK_PACKAGES:=	${BUILDLINK_PACKAGES:Ngtkhtml314}
BUILDLINK_PACKAGES+=	gtkhtml314
BUILDLINK_ORDER:=	${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gtkhtml314

.if !empty(GTKHTML314_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.gtkhtml314+=	gtkhtml314>=3.14.0
BUILDLINK_ABI_DEPENDS.gtkhtml314?=	gtkhtml314>=3.14.1nb1
BUILDLINK_PKGSRCDIR.gtkhtml314?=	../../www/gtkhtml314
.endif	# GTKHTML314_BUILDLINK3_MK

# XXX: gail is not required by the .pc file but appears as a library
# '-lgailutil' in the .la file...  I'm not sure about putting the dependency
# here.
.include "../../devel/gail/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"

BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH:S/+$//}