Add a buildlink that can be used by gaim plugins.

This commit is contained in:
jschauma 2005-02-02 20:46:47 +00:00
parent 5ef84919fe
commit 818c46ad95

20
chat/gaim/buildlink3.mk Normal file
View file

@ -0,0 +1,20 @@
# $NetBSD: buildlink3.mk,v 1.1 2005/02/02 20:46:47 jschauma Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GAIM_BUILDLINK3_MK:= ${GAIM_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gaim
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngaim}
BUILDLINK_PACKAGES+= gaim
.if !empty(GAIM_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gaim+= gaim>=1.1.2
BUILDLINK_RECOMMENDED.gaim+= gaim>=1.1.2
BUILDLINK_PKGSRCDIR.gaim?= ../../chat/gaim
.endif # GAIM_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}