pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gaim Add a buildlink that can be used by gaim plu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/573cbed9e83f
branches:  trunk
changeset: 488517:573cbed9e83f
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Feb 02 20:46:47 2005 +0000

description:
Add a buildlink that can be used by gaim plugins.

diffstat:

 chat/gaim/buildlink3.mk |  20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r fc608b61ee08 -r 573cbed9e83f chat/gaim/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gaim/buildlink3.mk   Wed Feb 02 20:46:47 2005 +0000
@@ -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/+$//}
+



Home | Main Index | Thread Index | Old Index