Add a buildlink that can be used by gaim plugins.
This commit is contained in:
parent
5ef84919fe
commit
818c46ad95
1 changed files with 20 additions and 0 deletions
20
chat/gaim/buildlink3.mk
Normal file
20
chat/gaim/buildlink3.mk
Normal 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/+$//}
|
||||
|
Loading…
Reference in a new issue